Html Css Color HEX #D81736 Crimson

📋 copy color: '#D81736'

red 216 ◦ green 23 ◦ blue 54

#D81736
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D81736

Tints of Crimson #D81736

RGB

 RED value IS 216 (84.77% from 255) = 73.72%

 GREEN value IS 23 (9.38% from 255) = 7.85%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 73.72%
G = 7.85%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D81736 (or 0xD81736) is known color: Crimson. HEX triplet: D8, 17 and 36. RGB value is (216,23,54). Sum of RGB (Red+Green+Blue) = 216+23+54=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D81736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81736 is #27E8C9. Grayscale: #545454. Windows color (decimal): -2615498 or 3545048. OLE color: 3545048.

HSL color Cylindrical-coordinate representation of color #D81736: hue angle of 350.36º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81736 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 23 54 -
CMYK 0 0.89 0.75 0.15
HSL 350.36º 0.81% 0.47% -
HSV(B) 350.36º 0.89% 0.85% -
XYZ 29.29 15.48 4.93 -
YUV 84.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 216 23 54 0 0.89 0.75 0.15 350.36 0.81 0.47
Hex D8 17 36 0 59 4B F 15E 51 2F
Octal 330 27 66 0 131 113 17 536 121 57
Binary 11011000 10111 110110 0 1011001 1001011 1111 101011110 1010001 101111

Color Harmonies of #D81736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81736

Black with #D81736

Text Example


Text Example

White with #D81736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81736; }

 p { color: rgb(216,23,54); }

 H1.HeaderClassName
 {
   color: #D81736;
 }
 .AnyTagClassName
 {
   color: #D81736;
 }
</style>

background-color css

<style>
 a { background-color: #D81736; }

 a { background-color: rgb(216,23,54); }

 div.DivClassName
 {
   background-color: #D81736;
 }
 .BgClassName
 {
   background-color: #D81736;
 }
</style>

border-color css

<style>
 span { border-color: #D81736; }

 span { border-color: rgb(216,23,54); }

 td.TdClassName
 {
   border-color: #D81736;
 }
 .TagClassName
 {
   border-color: #D81736;
 }
</style>