Shades of Alizarin #D4273B
Tints of Alizarin #D4273B
RGB
CMYK
RGB Variations
Color information
#D4273B (or 0xD4273B) is known color: Alizarin. HEX triplet: D4, 27 and 3B. RGB value is (212,39,59). Sum of RGB (Red+Green+Blue) = 212+39+59=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D4273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4273B is #2BD8C4. Grayscale: #5D5D5D. Windows color (decimal): -2873541 or 3876820. OLE color: 3876820.
HSL color Cylindrical-coordinate representation of color #D4273B: hue angle of 353.06º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4273B is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 59 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.17 |
| HSL | 353.06º | 0.69% | 0.49% | - |
| HSV(B) | 353.06º | 0.82% | 0.83% | - |
| XYZ | 28.67 | 15.76 | 5.67 | - |
| YUV | 93.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 59 | 0 | 0.82 | 0.72 | 0.17 | 353.06 | 0.69 | 0.49 |
| Hex | D4 | 27 | 3B | 0 | 52 | 48 | 11 | 161 | 45 | 31 |
| Octal | 324 | 47 | 73 | 0 | 122 | 110 | 21 | 541 | 105 | 61 |
| Binary | 11010100 | 100111 | 111011 | 0 | 1010010 | 1001000 | 10001 | 101100001 | 1000101 | 110001 |
Color Harmonies of #D4273B
Complementary color
Monochromatic Colors of #D4273B
Black with #D4273B
Text Example
Text Example
White with #D4273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4273B; }
p { color: rgb(212,39,59); }
H1.HeaderClassName
{
color: #D4273B;
}
.AnyTagClassName
{
color: #D4273B;
}
</style>
background-color css
<style>
a { background-color: #D4273B; }
a { background-color: rgb(212,39,59); }
div.DivClassName
{
background-color: #D4273B;
}
.BgClassName
{
background-color: #D4273B;
}
</style>
border-color css
<style>
span { border-color: #D4273B; }
span { border-color: rgb(212,39,59); }
td.TdClassName
{
border-color: #D4273B;
}
.TagClassName
{
border-color: #D4273B;
}
</style>