Shades of Alizarin #D82440
Tints of Alizarin #D82440
RGB
CMYK
RGB Variations
Color information
#D82440 (or 0xD82440) is known color: Alizarin. HEX triplet: D8, 24 and 40. RGB value is (216,36,64). Sum of RGB (Red+Green+Blue) = 216+36+64=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D82440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82440 is #27DBBF. Grayscale: #5D5D5D. Windows color (decimal): -2612160 or 4203736. OLE color: 4203736.
HSL color Cylindrical-coordinate representation of color #D82440: hue angle of 350.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82440 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 64 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.15 |
| HSL | 350.67º | 0.71% | 0.49% | - |
| HSV(B) | 350.67º | 0.83% | 0.85% | - |
| XYZ | 29.88 | 16.23 | 6.41 | - |
| YUV | 93.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 64 | 0 | 0.83 | 0.70 | 0.15 | 350.67 | 0.71 | 0.49 |
| Hex | D8 | 24 | 40 | 0 | 53 | 46 | F | 15F | 47 | 31 |
| Octal | 330 | 44 | 100 | 0 | 123 | 106 | 17 | 537 | 107 | 61 |
| Binary | 11011000 | 100100 | 1000000 | 0 | 1010011 | 1000110 | 1111 | 101011111 | 1000111 | 110001 |
Color Harmonies of #D82440
Complementary color
Monochromatic Colors of #D82440
Black with #D82440
Text Example
Text Example
White with #D82440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82440; }
p { color: rgb(216,36,64); }
H1.HeaderClassName
{
color: #D82440;
}
.AnyTagClassName
{
color: #D82440;
}
</style>
background-color css
<style>
a { background-color: #D82440; }
a { background-color: rgb(216,36,64); }
div.DivClassName
{
background-color: #D82440;
}
.BgClassName
{
background-color: #D82440;
}
</style>
border-color css
<style>
span { border-color: #D82440; }
span { border-color: rgb(216,36,64); }
td.TdClassName
{
border-color: #D82440;
}
.TagClassName
{
border-color: #D82440;
}
</style>