Shades of Alizarin #D4202F
Tints of Alizarin #D4202F
RGB
CMYK
RGB Variations
Color information
#D4202F (or 0xD4202F) is known color: Alizarin. HEX triplet: D4, 20 and 2F. RGB value is (212,32,47). Sum of RGB (Red+Green+Blue) = 212+32+47=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4202F is #2BDFD0. Grayscale: #575757. Windows color (decimal): -2875345 or 3088596. OLE color: 3088596.
HSL color Cylindrical-coordinate representation of color #D4202F: hue angle of 355º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4202F is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 47 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.17 |
| HSL | 355º | 0.74% | 0.48% | - |
| HSV(B) | 355º | 0.85% | 0.83% | - |
| XYZ | 28.18 | 15.24 | 4.14 | - |
| YUV | 87.53 | 105.13 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 47 | 0 | 0.85 | 0.78 | 0.17 | 355 | 0.74 | 0.48 |
| Hex | D4 | 20 | 2F | 0 | 55 | 4E | 11 | 163 | 4A | 30 |
| Octal | 324 | 40 | 57 | 0 | 125 | 116 | 21 | 543 | 112 | 60 |
| Binary | 11010100 | 100000 | 101111 | 0 | 1010101 | 1001110 | 10001 | 101100011 | 1001010 | 110000 |
Color Harmonies of #D4202F
Complementary color
Monochromatic Colors of #D4202F
Black with #D4202F
Text Example
Text Example
White with #D4202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4202F; }
p { color: rgb(212,32,47); }
H1.HeaderClassName
{
color: #D4202F;
}
.AnyTagClassName
{
color: #D4202F;
}
</style>
background-color css
<style>
a { background-color: #D4202F; }
a { background-color: rgb(212,32,47); }
div.DivClassName
{
background-color: #D4202F;
}
.BgClassName
{
background-color: #D4202F;
}
</style>
border-color css
<style>
span { border-color: #D4202F; }
span { border-color: rgb(212,32,47); }
td.TdClassName
{
border-color: #D4202F;
}
.TagClassName
{
border-color: #D4202F;
}
</style>