Html Css Color HEX #D82842 Alizarin

📋 copy color: '#D82842'

red 216 ◦ green 40 ◦ blue 66

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

Shades of Alizarin #D82842

Tints of Alizarin #D82842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.42%

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 67.08%
G = 12.42%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D82842 (or 0xD82842) is known color: Alizarin. HEX triplet: D8, 28 and 42. RGB value is (216,40,66). Sum of RGB (Red+Green+Blue) = 216+40+66=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D82842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82842 is #27D7BD. Grayscale: #5F5F5F. Windows color (decimal): -2611134 or 4335832. OLE color: 4335832.

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

Color convert

RGB 216 40 66 -
CMYK 0 0.81 0.69 0.15
HSL 351.14º 0.69% 0.5% -
HSV(B) 351.14º 0.81% 0.85% -
XYZ 30.06 16.51 6.76 -
YUV 95.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 216 40 66 0 0.81 0.69 0.15 351.14 0.69 0.5
Hex D8 28 42 0 51 45 F 15F 45 32
Octal 330 50 102 0 121 105 17 537 105 62
Binary 11011000 101000 1000010 0 1010001 1000101 1111 101011111 1000101 110010

Color Harmonies of #D82842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82842

Black with #D82842

Text Example


Text Example

White with #D82842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82842; }

 p { color: rgb(216,40,66); }

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

background-color css

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

 a { background-color: rgb(216,40,66); }

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

border-color css

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

 span { border-color: rgb(216,40,66); }

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