Html Css Color HEX #D82137 Alizarin

📋 copy color: '#D82137'

red 216 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #D82137

Tints of Alizarin #D82137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

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

R = 71.05%
G = 10.86%
B = 18.09%

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

#D82137 (or 0xD82137) is known color: Alizarin. HEX triplet: D8, 21 and 37. RGB value is (216,33,55). Sum of RGB (Red+Green+Blue) = 216+33+55=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D82137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82137 is #27DEC8. Grayscale: #5A5A5A. Windows color (decimal): -2612937 or 3613144. OLE color: 3613144.

HSL color Cylindrical-coordinate representation of color #D82137: hue angle of 352.79º degrees, saturation: 0.73, 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 #D82137 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 33 55 -
CMYK 0 0.85 0.75 0.15
HSL 352.79º 0.73% 0.49% -
HSV(B) 352.79º 0.85% 0.85% -
XYZ 29.55 15.96 5.14 -
YUV 90.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 216 33 55 0 0.85 0.75 0.15 352.79 0.73 0.49
Hex D8 21 37 0 55 4B F 161 49 31
Octal 330 41 67 0 125 113 17 541 111 61
Binary 11011000 100001 110111 0 1010101 1001011 1111 101100001 1001001 110001

Color Harmonies of #D82137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82137

Black with #D82137

Text Example


Text Example

White with #D82137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82137; }

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

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

background-color css

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

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

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

border-color css

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

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

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