Shades of Alizarin #D62030
Tints of Alizarin #D62030
RGB
CMYK
RGB Variations
Color information
#D62030 (or 0xD62030) is known color: Alizarin. HEX triplet: D6, 20 and 30. RGB value is (214,32,48). Sum of RGB (Red+Green+Blue) = 214+32+48=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D62030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62030 is #29DFCF. Grayscale: #585858. Windows color (decimal): -2744272 or 3154134. OLE color: 3154134.
HSL color Cylindrical-coordinate representation of color #D62030: hue angle of 354.73º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62030 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 48 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.16 |
| HSL | 354.73º | 0.74% | 0.48% | - |
| HSV(B) | 354.73º | 0.85% | 0.84% | - |
| XYZ | 28.78 | 15.54 | 4.28 | - |
| YUV | 88.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 48 | 0 | 0.85 | 0.78 | 0.16 | 354.73 | 0.74 | 0.48 |
| Hex | D6 | 20 | 30 | 0 | 55 | 4E | 10 | 163 | 4A | 30 |
| Octal | 326 | 40 | 60 | 0 | 125 | 116 | 20 | 543 | 112 | 60 |
| Binary | 11010110 | 100000 | 110000 | 0 | 1010101 | 1001110 | 10000 | 101100011 | 1001010 | 110000 |
Color Harmonies of #D62030
Complementary color
Monochromatic Colors of #D62030
Black with #D62030
Text Example
Text Example
White with #D62030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62030; }
p { color: rgb(214,32,48); }
H1.HeaderClassName
{
color: #D62030;
}
.AnyTagClassName
{
color: #D62030;
}
</style>
background-color css
<style>
a { background-color: #D62030; }
a { background-color: rgb(214,32,48); }
div.DivClassName
{
background-color: #D62030;
}
.BgClassName
{
background-color: #D62030;
}
</style>
border-color css
<style>
span { border-color: #D62030; }
span { border-color: rgb(214,32,48); }
td.TdClassName
{
border-color: #D62030;
}
.TagClassName
{
border-color: #D62030;
}
</style>