Html Css Color HEX #D82840 Alizarin

📋 copy color: '#D82840'

red 216 ◦ green 40 ◦ blue 64

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

Shades of Alizarin #D82840

Tints of Alizarin #D82840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20%

R = 67.5%
G = 12.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D82840 (or 0xD82840) is known color: Alizarin. HEX triplet: D8, 28 and 40. RGB value is (216,40,64). Sum of RGB (Red+Green+Blue) = 216+40+64=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D82840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82840 is #27D7BF. Grayscale: #5F5F5F. Windows color (decimal): -2611136 or 4204760. OLE color: 4204760.

HSL color Cylindrical-coordinate representation of color #D82840: hue angle of 351.82º 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 #D82840 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 40 64 -
CMYK 0 0.81 0.70 0.15
HSL 351.82º 0.69% 0.5% -
HSV(B) 351.82º 0.81% 0.85% -
XYZ 30 16.49 6.45 -
YUV 95.36 110.31 214.05 -
System Red Green Blue C M Y K H S L
Decimal 216 40 64 0 0.81 0.70 0.15 351.82 0.69 0.5
Hex D8 28 40 0 51 46 F 160 45 32
Octal 330 50 100 0 121 106 17 540 105 62
Binary 11011000 101000 1000000 0 1010001 1000110 1111 101100000 1000101 110010

Color Harmonies of #D82840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82840

Black with #D82840

Text Example


Text Example

White with #D82840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82840; }

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

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

background-color css

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

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

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

border-color css

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

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

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