Color Hex Logo

#d9133d Color Hex

#D9133D
(217,19,61)
0 Favorites   0 Comments

Color spaces of #d9133d

RGB 2171961
HSL0.960.840.46
HSV347°91°85°
CMYK 0.000.910.72   0.15
XYZ29.690415.55445.8523
Yxy15.55440.58110.3044
Hunter Lab39.439165.359518.8094
CIE-Lab46.384470.359232.0815

#d9133d color RGB value is (217,19,61).

#d9133d hex color red value is 217, green value is 19 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d9133d hue: 0.96 , saturation: 0.84 and the lightness value of d9133d is 0.46.

The process color (four color CMYK) of #d9133d color hex is 0.00, 0.91, 0.72, 0.15. Web safe color of #d9133d is #cc0033. Color #d9133d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010011 00111101
Octal 331 23 75
Decimal 217 19 61
Hex D9 13 3D

RGB Percentages of Color #d9133d

%73.06
%6.40
%20.54

CMYK Percentages of Color #d9133d

%0
%91
%72
%15

Triadic Colors of #d9133d

#d9133d #3dd913 #133dd9

Analogous Colors of #d9133d

#d9133d #d94c13 #d913a0

Monochromatic Colors of #d9133d

#d9133d

Complementary Color

#d9133d #13d9af

#d9133d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9133d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9133d Color CSS Codes

.mybgcolor {background-color:#d9133d; } 
.myforecolor {color:#d9133d; }
.mybordercolor {border:3px solid #d9133d; }

#d9133d Text Font Color

<p style="color:#d9133d">Text here</p>

This sample text font color is #d9133d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d9133d Background Color

<div style="background-color:#d9133d">
Div content here</div>

This div background color is #d9133d


#d9133d Border Color

<div style="border:3px solid #d9133d">
Div here</div>

This div border color is #d9133d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,19,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9133d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9133d;
  -webkit-box-shadow: 1px 1px 3px 2px #d9133d;
  box-shadow:         1px 1px 3px 2px #d9133d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,19,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d9133d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d9133d;
  -webkit-box-shadow: 1px 1px 3px 2px #d9133d;
  box-shadow:         1px 1px 3px 2px #d9133d;">
Div content here</div>

This div box has shadow with color #d9133d


Comments

No comments written yet.

Please login to write comment.