Shades of Alizarin #D62D3A
Tints of Alizarin #D62D3A
RGB
CMYK
RGB Variations
Color information
#D62D3A (or 0xD62D3A) is known color: Alizarin. HEX triplet: D6, 2D and 3A. RGB value is (214,45,58). Sum of RGB (Red+Green+Blue) = 214+45+58=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D3A is #29D2C5. Grayscale: #616161. Windows color (decimal): -2740934 or 3812822. OLE color: 3812822.
HSL color Cylindrical-coordinate representation of color #D62D3A: hue angle of 355.38º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62D3A is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 58 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.16 |
| HSL | 355.38º | 0.67% | 0.51% | - |
| HSV(B) | 355.38º | 0.79% | 0.84% | - |
| XYZ | 29.43 | 16.48 | 5.63 | - |
| YUV | 97.01 | 105.99 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 58 | 0 | 0.79 | 0.73 | 0.16 | 355.38 | 0.67 | 0.51 |
| Hex | D6 | 2D | 3A | 0 | 4F | 49 | 10 | 163 | 43 | 33 |
| Octal | 326 | 55 | 72 | 0 | 117 | 111 | 20 | 543 | 103 | 63 |
| Binary | 11010110 | 101101 | 111010 | 0 | 1001111 | 1001001 | 10000 | 101100011 | 1000011 | 110011 |
Color Harmonies of #D62D3A
Complementary color
Monochromatic Colors of #D62D3A
Black with #D62D3A
Text Example
Text Example
White with #D62D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D3A; }
p { color: rgb(214,45,58); }
H1.HeaderClassName
{
color: #D62D3A;
}
.AnyTagClassName
{
color: #D62D3A;
}
</style>
background-color css
<style>
a { background-color: #D62D3A; }
a { background-color: rgb(214,45,58); }
div.DivClassName
{
background-color: #D62D3A;
}
.BgClassName
{
background-color: #D62D3A;
}
</style>
border-color css
<style>
span { border-color: #D62D3A; }
span { border-color: rgb(214,45,58); }
td.TdClassName
{
border-color: #D62D3A;
}
.TagClassName
{
border-color: #D62D3A;
}
</style>