Shades of Alizarin #D62831
Tints of Alizarin #D62831
RGB
CMYK
RGB Variations
Color information
#D62831 (or 0xD62831) is known color: Alizarin. HEX triplet: D6, 28 and 31. RGB value is (214,40,49). Sum of RGB (Red+Green+Blue) = 214+40+49=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D62831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62831 is #29D7CE. Grayscale: #5D5D5D. Windows color (decimal): -2742223 or 3221718. OLE color: 3221718.
HSL color Cylindrical-coordinate representation of color #D62831: hue angle of 356.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62831 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 49 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.16 |
| HSL | 356.9º | 0.69% | 0.5% | - |
| HSV(B) | 356.9º | 0.81% | 0.84% | - |
| XYZ | 29.04 | 16.04 | 4.47 | - |
| YUV | 93.05 | 103.15 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 49 | 0 | 0.81 | 0.77 | 0.16 | 356.9 | 0.69 | 0.5 |
| Hex | D6 | 28 | 31 | 0 | 51 | 4D | 10 | 165 | 45 | 32 |
| Octal | 326 | 50 | 61 | 0 | 121 | 115 | 20 | 545 | 105 | 62 |
| Binary | 11010110 | 101000 | 110001 | 0 | 1010001 | 1001101 | 10000 | 101100101 | 1000101 | 110010 |
Color Harmonies of #D62831
Complementary color
Monochromatic Colors of #D62831
Black with #D62831
Text Example
Text Example
White with #D62831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62831; }
p { color: rgb(214,40,49); }
H1.HeaderClassName
{
color: #D62831;
}
.AnyTagClassName
{
color: #D62831;
}
</style>
background-color css
<style>
a { background-color: #D62831; }
a { background-color: rgb(214,40,49); }
div.DivClassName
{
background-color: #D62831;
}
.BgClassName
{
background-color: #D62831;
}
</style>
border-color css
<style>
span { border-color: #D62831; }
span { border-color: rgb(214,40,49); }
td.TdClassName
{
border-color: #D62831;
}
.TagClassName
{
border-color: #D62831;
}
</style>