Html Css Color HEX #D82737 Alizarin

📋 copy color: '#D82737'

red 216 ◦ green 39 ◦ blue 55

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

Shades of Alizarin #D82737

Tints of Alizarin #D82737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

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

R = 69.68%
G = 12.58%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D82737 (or 0xD82737) is known color: Alizarin. HEX triplet: D8, 27 and 37. RGB value is (216,39,55). Sum of RGB (Red+Green+Blue) = 216+39+55=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D82737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82737 is #27D8C8. Grayscale: #5D5D5D. Windows color (decimal): -2611401 or 3614680. OLE color: 3614680.

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

Color convert

RGB 216 39 55 -
CMYK 0 0.82 0.75 0.15
HSL 354.58º 0.69% 0.5% -
HSV(B) 354.58º 0.82% 0.85% -
XYZ 29.73 16.33 5.2 -
YUV 93.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 216 39 55 0 0.82 0.75 0.15 354.58 0.69 0.5
Hex D8 27 37 0 52 4B F 163 45 32
Octal 330 47 67 0 122 113 17 543 105 62
Binary 11011000 100111 110111 0 1010010 1001011 1111 101100011 1000101 110010

Color Harmonies of #D82737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82737

Black with #D82737

Text Example


Text Example

White with #D82737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82737; }

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

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

background-color css

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

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

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

border-color css

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

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

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