Shades of Alizarin #D82C3E
Tints of Alizarin #D82C3E
RGB
CMYK
RGB Variations
Color information
#D82C3E (or 0xD82C3E) is known color: Alizarin. HEX triplet: D8, 2C and 3E. RGB value is (216,44,62). Sum of RGB (Red+Green+Blue) = 216+44+62=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C3E is #27D3C1. Grayscale: #616161. Windows color (decimal): -2610114 or 4074712. OLE color: 4074712.
HSL color Cylindrical-coordinate representation of color #D82C3E: hue angle of 353.72º 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 #D82C3E is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 62 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.15 |
| HSL | 353.72º | 0.69% | 0.51% | - |
| HSV(B) | 353.72º | 0.8% | 0.85% | - |
| XYZ | 30.09 | 16.75 | 6.2 | - |
| YUV | 97.48 | 107.98 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 62 | 0 | 0.80 | 0.71 | 0.15 | 353.72 | 0.69 | 0.51 |
| Hex | D8 | 2C | 3E | 0 | 50 | 47 | F | 162 | 45 | 33 |
| Octal | 330 | 54 | 76 | 0 | 120 | 107 | 17 | 542 | 105 | 63 |
| Binary | 11011000 | 101100 | 111110 | 0 | 1010000 | 1000111 | 1111 | 101100010 | 1000101 | 110011 |
Color Harmonies of #D82C3E
Complementary color
Monochromatic Colors of #D82C3E
Black with #D82C3E
Text Example
Text Example
White with #D82C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C3E; }
p { color: rgb(216,44,62); }
H1.HeaderClassName
{
color: #D82C3E;
}
.AnyTagClassName
{
color: #D82C3E;
}
</style>
background-color css
<style>
a { background-color: #D82C3E; }
a { background-color: rgb(216,44,62); }
div.DivClassName
{
background-color: #D82C3E;
}
.BgClassName
{
background-color: #D82C3E;
}
</style>
border-color css
<style>
span { border-color: #D82C3E; }
span { border-color: rgb(216,44,62); }
td.TdClassName
{
border-color: #D82C3E;
}
.TagClassName
{
border-color: #D82C3E;
}
</style>