Shades of Alizarin #D4283B
Tints of Alizarin #D4283B
RGB
CMYK
RGB Variations
Color information
#D4283B (or 0xD4283B) is known color: Alizarin. HEX triplet: D4, 28 and 3B. RGB value is (212,40,59). Sum of RGB (Red+Green+Blue) = 212+40+59=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4283B is #2BD7C4. Grayscale: #5D5D5D. Windows color (decimal): -2873285 or 3877076. OLE color: 3877076.
HSL color Cylindrical-coordinate representation of color #D4283B: hue angle of 353.37º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4283B is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 59 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.17 |
| HSL | 353.37º | 0.68% | 0.49% | - |
| HSV(B) | 353.37º | 0.81% | 0.83% | - |
| XYZ | 28.7 | 15.83 | 5.68 | - |
| YUV | 93.59 | 108.48 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 59 | 0 | 0.81 | 0.72 | 0.17 | 353.37 | 0.68 | 0.49 |
| Hex | D4 | 28 | 3B | 0 | 51 | 48 | 11 | 161 | 44 | 31 |
| Octal | 324 | 50 | 73 | 0 | 121 | 110 | 21 | 541 | 104 | 61 |
| Binary | 11010100 | 101000 | 111011 | 0 | 1010001 | 1001000 | 10001 | 101100001 | 1000100 | 110001 |
Color Harmonies of #D4283B
Complementary color
Monochromatic Colors of #D4283B
Black with #D4283B
Text Example
Text Example
White with #D4283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4283B; }
p { color: rgb(212,40,59); }
H1.HeaderClassName
{
color: #D4283B;
}
.AnyTagClassName
{
color: #D4283B;
}
</style>
background-color css
<style>
a { background-color: #D4283B; }
a { background-color: rgb(212,40,59); }
div.DivClassName
{
background-color: #D4283B;
}
.BgClassName
{
background-color: #D4283B;
}
</style>
border-color css
<style>
span { border-color: #D4283B; }
span { border-color: rgb(212,40,59); }
td.TdClassName
{
border-color: #D4283B;
}
.TagClassName
{
border-color: #D4283B;
}
</style>