Shades of Alizarin #D82D30
Tints of Alizarin #D82D30
RGB
CMYK
RGB Variations
Color information
#D82D30 (or 0xD82D30) is known color: Alizarin. HEX triplet: D8, 2D and 30. RGB value is (216,45,48). Sum of RGB (Red+Green+Blue) = 216+45+48=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D30 is #27D2CF. Grayscale: #606060. Windows color (decimal): -2609872 or 3157464. OLE color: 3157464.
HSL color Cylindrical-coordinate representation of color #D82D30: 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.79%. Process color model (Four color, CMYK) of #D82D30 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 48 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.15 |
| HSL | 358.95º | 0.69% | 0.51% | - |
| HSV(B) | 358.95º | 0.79% | 0.85% | - |
| XYZ | 29.79 | 16.69 | 4.45 | - |
| YUV | 96.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 48 | 0 | 0.79 | 0.78 | 0.15 | 358.95 | 0.69 | 0.51 |
| Hex | D8 | 2D | 30 | 0 | 4F | 4E | F | 167 | 45 | 33 |
| Octal | 330 | 55 | 60 | 0 | 117 | 116 | 17 | 547 | 105 | 63 |
| Binary | 11011000 | 101101 | 110000 | 0 | 1001111 | 1001110 | 1111 | 101100111 | 1000101 | 110011 |
Color Harmonies of #D82D30
Complementary color
Monochromatic Colors of #D82D30
Black with #D82D30
Text Example
Text Example
White with #D82D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D30; }
p { color: rgb(216,45,48); }
H1.HeaderClassName
{
color: #D82D30;
}
.AnyTagClassName
{
color: #D82D30;
}
</style>
background-color css
<style>
a { background-color: #D82D30; }
a { background-color: rgb(216,45,48); }
div.DivClassName
{
background-color: #D82D30;
}
.BgClassName
{
background-color: #D82D30;
}
</style>
border-color css
<style>
span { border-color: #D82D30; }
span { border-color: rgb(216,45,48); }
td.TdClassName
{
border-color: #D82D30;
}
.TagClassName
{
border-color: #D82D30;
}
</style>