#D82532

Color #D82532 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D82532

Tints of Alizarin #D82532

Color information

#D82532 (or 0xD82532) is unknown color: approx Alizarin. HEX triplet: D8, 25 and 32. RGB value is (216,37,50). Sum of RGB (Red+Green+Blue) = 216+37+50=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D82532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82532 is #27DACD. Grayscale: #5C5C5C. Windows color (decimal): -2611918 or 3286488. OLE color: 3286488.

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

Color convert

RGB2163750-
CMYK00.830.770.15
HSL355.64º70.75%49.61%-
HSV(B)355.64º82.87%84.71%-
XYZ29.5616.154.58-
YUV92104.3216.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 71.29%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=71.29%
G=12.21%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216375000.830.770.15355.6470.7549.61
HexD825320534DF1644732
Octal330456201231151754410762
Binary1101100010010111001001010011100110111111011001001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82532; }

 p { color: rgb(216,37,50); }

 H1.HeaderClassName
 {
   color: #D82532;
 }
 .AnyTagClassName
 {
   color: #D82532;
 }
</style>
background-color css

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

 a { background-color: rgb(216,37,50); }

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

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

 span { border-color: rgb(216,37,50); }

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