Color Hex Logo

#d81123 Color Hex

#D81123
(216,17,35)
0 Favorites   0 Comments

Color spaces of #d81123

RGB 2161735
HSL0.980.850.46
HSV355°92°85°
CMYK 0.000.920.84   0.15
XYZ28.822715.12122.9897
Yxy15.12120.61410.3222
Hunter Lab38.886064.255622.6618
CIE-Lab45.799869.541446.2140

#d81123 color RGB value is (216,17,35).

#d81123 hex color red value is 216, green value is 17 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #d81123 hue: 0.98 , saturation: 0.85 and the lightness value of d81123 is 0.46.

The process color (four color CMYK) of #d81123 color hex is 0.00, 0.92, 0.84, 0.15. Web safe color of #d81123 is #cc0033. Color #d81123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010001 00100011
Octal 330 21 43
Decimal 216 17 35
Hex D8 11 23

RGB Percentages of Color #d81123

%80.60
%6.34
%13.06

CMYK Percentages of Color #d81123

%0
%92
%84
%15

Triadic Colors of #d81123

#d81123 #23d811 #1123d8

Analogous Colors of #d81123

#d81123 #d86211 #d81187

Monochromatic Colors of #d81123

#d81123

Complementary Color

#d81123 #11d8c6

#d81123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81123 Color CSS Codes

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

#d81123 Text Font Color

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

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


#d81123 Background Color

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

This div background color is #d81123


#d81123 Border Color

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

This div border color is #d81123


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,17,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 #d81123">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81123


Comments

No comments written yet.

Please login to write comment.