Shades of Alizarin #D4242F
Tints of Alizarin #D4242F
RGB
CMYK
RGB Variations
Color information
#D4242F (or 0xD4242F) is known color: Alizarin. HEX triplet: D4, 24 and 2F. RGB value is (212,36,47). Sum of RGB (Red+Green+Blue) = 212+36+47=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4242F is #2BDBD0. Grayscale: #5A5A5A. Windows color (decimal): -2874321 or 3089620. OLE color: 3089620.
HSL color Cylindrical-coordinate representation of color #D4242F: hue angle of 356.25º 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 #D4242F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 47 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.17 |
| HSL | 356.25º | 0.71% | 0.49% | - |
| HSV(B) | 356.25º | 0.83% | 0.83% | - |
| XYZ | 28.3 | 15.46 | 4.18 | - |
| YUV | 89.88 | 103.81 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 47 | 0 | 0.83 | 0.78 | 0.17 | 356.25 | 0.71 | 0.49 |
| Hex | D4 | 24 | 2F | 0 | 53 | 4E | 11 | 164 | 47 | 31 |
| Octal | 324 | 44 | 57 | 0 | 123 | 116 | 21 | 544 | 107 | 61 |
| Binary | 11010100 | 100100 | 101111 | 0 | 1010011 | 1001110 | 10001 | 101100100 | 1000111 | 110001 |
Color Harmonies of #D4242F
Complementary color
Monochromatic Colors of #D4242F
Black with #D4242F
Text Example
Text Example
White with #D4242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4242F; }
p { color: rgb(212,36,47); }
H1.HeaderClassName
{
color: #D4242F;
}
.AnyTagClassName
{
color: #D4242F;
}
</style>
background-color css
<style>
a { background-color: #D4242F; }
a { background-color: rgb(212,36,47); }
div.DivClassName
{
background-color: #D4242F;
}
.BgClassName
{
background-color: #D4242F;
}
</style>
border-color css
<style>
span { border-color: #D4242F; }
span { border-color: rgb(212,36,47); }
td.TdClassName
{
border-color: #D4242F;
}
.TagClassName
{
border-color: #D4242F;
}
</style>