Color Hex Logo

#d62336 Color Hex

#D62336
(214,35,54)
0 Favorites   0 Comments

Color spaces of #d62336

RGB 2143554
HSL0.980.720.49
HSV354°84°84°
CMYK 0.000.840.75   0.16
XYZ28.998415.76455.0045
Yxy15.76450.58270.3168
Hunter Lab39.704560.885420.3201
CIE-Lab46.664066.497436.4001

#d62336 color RGB value is (214,35,54).

#d62336 hex color red value is 214, green value is 35 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #d62336 hue: 0.98 , saturation: 0.72 and the lightness value of d62336 is 0.49.

The process color (four color CMYK) of #d62336 color hex is 0.00, 0.84, 0.75, 0.16. Web safe color of #d62336 is #cc3333. Color #d62336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100011 00110110
Octal 326 43 66
Decimal 214 35 54
Hex D6 23 36

RGB Percentages of Color #d62336

%70.63
%11.55
%17.82

CMYK Percentages of Color #d62336

%0
%84
%75
%16

Triadic Colors of #d62336

#d62336 #36d623 #2336d6

Analogous Colors of #d62336

#d62336 #d66a23 #d62390

Monochromatic Colors of #d62336

#d62336

Complementary Color

#d62336 #23d6c3

#d62336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62336 Color CSS Codes

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

#d62336 Text Font Color

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

This sample text font color is #d62336
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.


#d62336 Background Color

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

This div background color is #d62336


#d62336 Border Color

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

This div border color is #d62336


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,35,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d62336; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d62336;
  -webkit-box-shadow: 1px 1px 3px 2px #d62336;
  box-shadow:         1px 1px 3px 2px #d62336; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,35,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62336


Comments

No comments written yet.

Please login to write comment.