Color Hex Logo

#d92123 Color Hex

#D92123
(217,33,35)
0 Favorites   0 Comments

Color spaces of #d92123

RGB 2173335
HSL1.000.740.49
HSV359°85°85°
CMYK 0.000.850.84   0.15
XYZ29.462515.96083.1180
Yxy15.96080.60700.3288
Hunter Lab39.951061.723623.3384
CIE-Lab46.923067.167147.2996

#d92123 color RGB value is (217,33,35).

#d92123 hex color red value is 217, green value is 33 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #d92123 hue: 1.00 , saturation: 0.74 and the lightness value of d92123 is 0.49.

The process color (four color CMYK) of #d92123 color hex is 0.00, 0.85, 0.84, 0.15. Web safe color of #d92123 is #cc3333. Color #d92123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100001 00100011
Octal 331 41 43
Decimal 217 33 35
Hex D9 21 23

RGB Percentages of Color #d92123

%76.14
%11.58
%12.28

CMYK Percentages of Color #d92123

%0
%85
%84
%15

Triadic Colors of #d92123

#d92123 #23d921 #2123d9

Analogous Colors of #d92123

#d92123 #d97b21 #d9217f

Monochromatic Colors of #d92123

#d92123

Complementary Color

#d92123 #21d9d7

#d92123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92123 Color CSS Codes

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

#d92123 Text Font Color

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

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


#d92123 Background Color

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

This div background color is #d92123


#d92123 Border Color

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

This div border color is #d92123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92123


Comments

No comments written yet.

Please login to write comment.