Html Css Color HEX #D82037 Alizarin

📋 copy color: '#D82037'

red 216 ◦ green 32 ◦ blue 55

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

Shades of Alizarin #D82037

Tints of Alizarin #D82037

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 71.29%
G = 10.56%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D82037 (or 0xD82037) is known color: Alizarin. HEX triplet: D8, 20 and 37. RGB value is (216,32,55). Sum of RGB (Red+Green+Blue) = 216+32+55=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D82037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82037 is #27DFC8. Grayscale: #595959. Windows color (decimal): -2613193 or 3612888. OLE color: 3612888.

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

Color convert

RGB 216 32 55 -
CMYK 0 0.85 0.75 0.15
HSL 352.5º 0.74% 0.49% -
HSV(B) 352.5º 0.85% 0.85% -
XYZ 29.53 15.91 5.13 -
YUV 89.64 108.46 218.13 -
System Red Green Blue C M Y K H S L
Decimal 216 32 55 0 0.85 0.75 0.15 352.5 0.74 0.49
Hex D8 20 37 0 55 4B F 160 4A 31
Octal 330 40 67 0 125 113 17 540 112 61
Binary 11011000 100000 110111 0 1010101 1001011 1111 101100000 1001010 110001

Color Harmonies of #D82037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82037

Black with #D82037

Text Example


Text Example

White with #D82037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82037; }

 p { color: rgb(216,32,55); }

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

background-color css

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

 a { background-color: rgb(216,32,55); }

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

border-color css

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

 span { border-color: rgb(216,32,55); }

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