Shades of Alizarin #D4252F
Tints of Alizarin #D4252F
RGB
CMYK
RGB Variations
Color information
#D4252F (or 0xD4252F) is known color: Alizarin. HEX triplet: D4, 25 and 2F. RGB value is (212,37,47). Sum of RGB (Red+Green+Blue) = 212+37+47=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4252F is #2BDAD0. Grayscale: #5A5A5A. Windows color (decimal): -2874065 or 3089876. OLE color: 3089876.
HSL color Cylindrical-coordinate representation of color #D4252F: hue angle of 356.57º degrees, saturation: 0.7, 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 #D4252F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 47 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.17 |
| HSL | 356.57º | 0.7% | 0.49% | - |
| HSV(B) | 356.57º | 0.83% | 0.83% | - |
| XYZ | 28.33 | 15.53 | 4.19 | - |
| YUV | 90.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 47 | 0 | 0.83 | 0.78 | 0.17 | 356.57 | 0.7 | 0.49 |
| Hex | D4 | 25 | 2F | 0 | 53 | 4E | 11 | 165 | 46 | 31 |
| Octal | 324 | 45 | 57 | 0 | 123 | 116 | 21 | 545 | 106 | 61 |
| Binary | 11010100 | 100101 | 101111 | 0 | 1010011 | 1001110 | 10001 | 101100101 | 1000110 | 110001 |
Color Harmonies of #D4252F
Complementary color
Monochromatic Colors of #D4252F
Black with #D4252F
Text Example
Text Example
White with #D4252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4252F; }
p { color: rgb(212,37,47); }
H1.HeaderClassName
{
color: #D4252F;
}
.AnyTagClassName
{
color: #D4252F;
}
</style>
background-color css
<style>
a { background-color: #D4252F; }
a { background-color: rgb(212,37,47); }
div.DivClassName
{
background-color: #D4252F;
}
.BgClassName
{
background-color: #D4252F;
}
</style>
border-color css
<style>
span { border-color: #D4252F; }
span { border-color: rgb(212,37,47); }
td.TdClassName
{
border-color: #D4252F;
}
.TagClassName
{
border-color: #D4252F;
}
</style>