Shades of Alizarin #D4253B
Tints of Alizarin #D4253B
RGB
CMYK
RGB Variations
Color information
#D4253B (or 0xD4253B) is known color: Alizarin. HEX triplet: D4, 25 and 3B. RGB value is (212,37,59). Sum of RGB (Red+Green+Blue) = 212+37+59=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4253B is #2BDAC4. Grayscale: #5B5B5B. Windows color (decimal): -2874053 or 3876308. OLE color: 3876308.
HSL color Cylindrical-coordinate representation of color #D4253B: hue angle of 352.46º 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 #D4253B is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 59 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.17 |
| HSL | 352.46º | 0.7% | 0.49% | - |
| HSV(B) | 352.46º | 0.83% | 0.83% | - |
| XYZ | 28.6 | 15.64 | 5.65 | - |
| YUV | 91.83 | 109.48 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 59 | 0 | 0.83 | 0.72 | 0.17 | 352.46 | 0.7 | 0.49 |
| Hex | D4 | 25 | 3B | 0 | 53 | 48 | 11 | 160 | 46 | 31 |
| Octal | 324 | 45 | 73 | 0 | 123 | 110 | 21 | 540 | 106 | 61 |
| Binary | 11010100 | 100101 | 111011 | 0 | 1010011 | 1001000 | 10001 | 101100000 | 1000110 | 110001 |
Color Harmonies of #D4253B
Complementary color
Monochromatic Colors of #D4253B
Black with #D4253B
Text Example
Text Example
White with #D4253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4253B; }
p { color: rgb(212,37,59); }
H1.HeaderClassName
{
color: #D4253B;
}
.AnyTagClassName
{
color: #D4253B;
}
</style>
background-color css
<style>
a { background-color: #D4253B; }
a { background-color: rgb(212,37,59); }
div.DivClassName
{
background-color: #D4253B;
}
.BgClassName
{
background-color: #D4253B;
}
</style>
border-color css
<style>
span { border-color: #D4253B; }
span { border-color: rgb(212,37,59); }
td.TdClassName
{
border-color: #D4253B;
}
.TagClassName
{
border-color: #D4253B;
}
</style>