Shades of Alizarin #D62835
Tints of Alizarin #D62835
RGB
CMYK
RGB Variations
Color information
#D62835 (or 0xD62835) is known color: Alizarin. HEX triplet: D6, 28 and 35. RGB value is (214,40,53). Sum of RGB (Red+Green+Blue) = 214+40+53=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D62835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62835 is #29D7CA. Grayscale: #5D5D5D. Windows color (decimal): -2742219 or 3483862. OLE color: 3483862.
HSL color Cylindrical-coordinate representation of color #D62835: hue angle of 355.52º 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 #D62835 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 53 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.16 |
| HSL | 355.52º | 0.69% | 0.5% | - |
| HSV(B) | 355.52º | 0.81% | 0.84% | - |
| XYZ | 29.13 | 16.07 | 4.93 | - |
| YUV | 93.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 53 | 0 | 0.81 | 0.75 | 0.16 | 355.52 | 0.69 | 0.5 |
| Hex | D6 | 28 | 35 | 0 | 51 | 4B | 10 | 164 | 45 | 32 |
| Octal | 326 | 50 | 65 | 0 | 121 | 113 | 20 | 544 | 105 | 62 |
| Binary | 11010110 | 101000 | 110101 | 0 | 1010001 | 1001011 | 10000 | 101100100 | 1000101 | 110010 |
Color Harmonies of #D62835
Complementary color
Monochromatic Colors of #D62835
Black with #D62835
Text Example
Text Example
White with #D62835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62835; }
p { color: rgb(214,40,53); }
H1.HeaderClassName
{
color: #D62835;
}
.AnyTagClassName
{
color: #D62835;
}
</style>
background-color css
<style>
a { background-color: #D62835; }
a { background-color: rgb(214,40,53); }
div.DivClassName
{
background-color: #D62835;
}
.BgClassName
{
background-color: #D62835;
}
</style>
border-color css
<style>
span { border-color: #D62835; }
span { border-color: rgb(214,40,53); }
td.TdClassName
{
border-color: #D62835;
}
.TagClassName
{
border-color: #D62835;
}
</style>