Shades of Alizarin #D42435
Tints of Alizarin #D42435
RGB
CMYK
RGB Variations
Color information
#D42435 (or 0xD42435) is known color: Alizarin. HEX triplet: D4, 24 and 35. RGB value is (212,36,53). Sum of RGB (Red+Green+Blue) = 212+36+53=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D42435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42435 is #2BDBCA. Grayscale: #5A5A5A. Windows color (decimal): -2874315 or 3482836. OLE color: 3482836.
HSL color Cylindrical-coordinate representation of color #D42435: hue angle of 354.2º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42435 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 53 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.17 |
| HSL | 354.2º | 0.71% | 0.49% | - |
| HSV(B) | 354.2º | 0.83% | 0.83% | - |
| XYZ | 28.42 | 15.52 | 4.86 | - |
| YUV | 90.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 53 | 0 | 0.83 | 0.75 | 0.17 | 354.2 | 0.71 | 0.49 |
| Hex | D4 | 24 | 35 | 0 | 53 | 4B | 11 | 162 | 47 | 31 |
| Octal | 324 | 44 | 65 | 0 | 123 | 113 | 21 | 542 | 107 | 61 |
| Binary | 11010100 | 100100 | 110101 | 0 | 1010011 | 1001011 | 10001 | 101100010 | 1000111 | 110001 |
Color Harmonies of #D42435
Complementary color
Monochromatic Colors of #D42435
Black with #D42435
Text Example
Text Example
White with #D42435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42435; }
p { color: rgb(212,36,53); }
H1.HeaderClassName
{
color: #D42435;
}
.AnyTagClassName
{
color: #D42435;
}
</style>
background-color css
<style>
a { background-color: #D42435; }
a { background-color: rgb(212,36,53); }
div.DivClassName
{
background-color: #D42435;
}
.BgClassName
{
background-color: #D42435;
}
</style>
border-color css
<style>
span { border-color: #D42435; }
span { border-color: rgb(212,36,53); }
td.TdClassName
{
border-color: #D42435;
}
.TagClassName
{
border-color: #D42435;
}
</style>