Shades of Alizarin #D82C2F
Tints of Alizarin #D82C2F
RGB
CMYK
RGB Variations
Color information
#D82C2F (or 0xD82C2F) is known color: Alizarin. HEX triplet: D8, 2C and 2F. RGB value is (216,44,47). Sum of RGB (Red+Green+Blue) = 216+44+47=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C2F is #27D3D0. Grayscale: #5F5F5F. Windows color (decimal): -2610129 or 3091672. OLE color: 3091672.
HSL color Cylindrical-coordinate representation of color #D82C2F: hue angle of 358.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C2F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 47 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.15 |
| HSL | 358.95º | 0.69% | 0.51% | - |
| HSV(B) | 358.95º | 0.8% | 0.85% | - |
| XYZ | 29.73 | 16.61 | 4.33 | - |
| YUV | 95.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 47 | 0 | 0.80 | 0.78 | 0.15 | 358.95 | 0.69 | 0.51 |
| Hex | D8 | 2C | 2F | 0 | 50 | 4E | F | 167 | 45 | 33 |
| Octal | 330 | 54 | 57 | 0 | 120 | 116 | 17 | 547 | 105 | 63 |
| Binary | 11011000 | 101100 | 101111 | 0 | 1010000 | 1001110 | 1111 | 101100111 | 1000101 | 110011 |
Color Harmonies of #D82C2F
Complementary color
Monochromatic Colors of #D82C2F
Black with #D82C2F
Text Example
Text Example
White with #D82C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C2F; }
p { color: rgb(216,44,47); }
H1.HeaderClassName
{
color: #D82C2F;
}
.AnyTagClassName
{
color: #D82C2F;
}
</style>
background-color css
<style>
a { background-color: #D82C2F; }
a { background-color: rgb(216,44,47); }
div.DivClassName
{
background-color: #D82C2F;
}
.BgClassName
{
background-color: #D82C2F;
}
</style>
border-color css
<style>
span { border-color: #D82C2F; }
span { border-color: rgb(216,44,47); }
td.TdClassName
{
border-color: #D82C2F;
}
.TagClassName
{
border-color: #D82C2F;
}
</style>