Color Hex Logo

#d92434 Color Hex

#D92434
(217,36,52)
0 Favorites   0 Comments

Color spaces of #d92434

RGB 2173652
HSL0.990.720.50
HSV355°83°85°
CMYK 0.000.830.76   0.15
XYZ29.866016.26144.8135
Yxy16.26140.58630.3192
Hunter Lab40.325461.632021.1506
CIE-Lab47.315667.012838.4468

#d92434 color RGB value is (217,36,52).

#d92434 hex color red value is 217, green value is 36 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #d92434 hue: 0.99 , saturation: 0.72 and the lightness value of d92434 is 0.50.

The process color (four color CMYK) of #d92434 color hex is 0.00, 0.83, 0.76, 0.15. Web safe color of #d92434 is #cc3333. Color #d92434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100100 00110100
Octal 331 44 64
Decimal 217 36 52
Hex D9 24 34

RGB Percentages of Color #d92434

%71.15
%11.80
%17.05

CMYK Percentages of Color #d92434

%0
%83
%76
%15

Triadic Colors of #d92434

#d92434 #34d924 #2434d9

Analogous Colors of #d92434

#d92434 #d96f24 #d9248f

Monochromatic Colors of #d92434

#d92434

Complementary Color

#d92434 #24d9c9

#d92434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92434 Color CSS Codes

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

#d92434 Text Font Color

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

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


#d92434 Background Color

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

This div background color is #d92434


#d92434 Border Color

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

This div border color is #d92434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92434


Comments

No comments written yet.

Please login to write comment.