Shades of Alizarin #D82C35
Tints of Alizarin #D82C35
RGB
CMYK
RGB Variations
Color information
#D82C35 (or 0xD82C35) is known color: Alizarin. HEX triplet: D8, 2C and 35. RGB value is (216,44,53). Sum of RGB (Red+Green+Blue) = 216+44+53=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C35 is #27D3CA. Grayscale: #606060. Windows color (decimal): -2610123 or 3484888. OLE color: 3484888.
HSL color Cylindrical-coordinate representation of color #D82C35: hue angle of 356.86º 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 #D82C35 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 53 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.15 |
| HSL | 356.86º | 0.69% | 0.51% | - |
| HSV(B) | 356.86º | 0.8% | 0.85% | - |
| XYZ | 29.86 | 16.66 | 5.01 | - |
| YUV | 96.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 53 | 0 | 0.80 | 0.75 | 0.15 | 356.86 | 0.69 | 0.51 |
| Hex | D8 | 2C | 35 | 0 | 50 | 4B | F | 165 | 45 | 33 |
| Octal | 330 | 54 | 65 | 0 | 120 | 113 | 17 | 545 | 105 | 63 |
| Binary | 11011000 | 101100 | 110101 | 0 | 1010000 | 1001011 | 1111 | 101100101 | 1000101 | 110011 |
Color Harmonies of #D82C35
Complementary color
Monochromatic Colors of #D82C35
Black with #D82C35
Text Example
Text Example
White with #D82C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C35; }
p { color: rgb(216,44,53); }
H1.HeaderClassName
{
color: #D82C35;
}
.AnyTagClassName
{
color: #D82C35;
}
</style>
background-color css
<style>
a { background-color: #D82C35; }
a { background-color: rgb(216,44,53); }
div.DivClassName
{
background-color: #D82C35;
}
.BgClassName
{
background-color: #D82C35;
}
</style>
border-color css
<style>
span { border-color: #D82C35; }
span { border-color: rgb(216,44,53); }
td.TdClassName
{
border-color: #D82C35;
}
.TagClassName
{
border-color: #D82C35;
}
</style>