Shades of Alizarin #D62435
Tints of Alizarin #D62435
RGB
CMYK
RGB Variations
Color information
#D62435 (or 0xD62435) is known color: Alizarin. HEX triplet: D6, 24 and 35. RGB value is (214,36,53). Sum of RGB (Red+Green+Blue) = 214+36+53=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D62435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62435 is #29DBCA. Grayscale: #5B5B5B. Windows color (decimal): -2743243 or 3482838. OLE color: 3482838.
HSL color Cylindrical-coordinate representation of color #D62435: hue angle of 354.27º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62435 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 53 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.16 |
| HSL | 354.27º | 0.71% | 0.49% | - |
| HSV(B) | 354.27º | 0.83% | 0.84% | - |
| XYZ | 29.01 | 15.81 | 4.89 | - |
| YUV | 91.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 53 | 0 | 0.83 | 0.75 | 0.16 | 354.27 | 0.71 | 0.49 |
| Hex | D6 | 24 | 35 | 0 | 53 | 4B | 10 | 162 | 47 | 31 |
| Octal | 326 | 44 | 65 | 0 | 123 | 113 | 20 | 542 | 107 | 61 |
| Binary | 11010110 | 100100 | 110101 | 0 | 1010011 | 1001011 | 10000 | 101100010 | 1000111 | 110001 |
Color Harmonies of #D62435
Complementary color
Monochromatic Colors of #D62435
Black with #D62435
Text Example
Text Example
White with #D62435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62435; }
p { color: rgb(214,36,53); }
H1.HeaderClassName
{
color: #D62435;
}
.AnyTagClassName
{
color: #D62435;
}
</style>
background-color css
<style>
a { background-color: #D62435; }
a { background-color: rgb(214,36,53); }
div.DivClassName
{
background-color: #D62435;
}
.BgClassName
{
background-color: #D62435;
}
</style>
border-color css
<style>
span { border-color: #D62435; }
span { border-color: rgb(214,36,53); }
td.TdClassName
{
border-color: #D62435;
}
.TagClassName
{
border-color: #D62435;
}
</style>