Shades of Alizarin #D5283B
Tints of Alizarin #D5283B
RGB
CMYK
RGB Variations
Color information
#D5283B (or 0xD5283B) is known color: Alizarin. HEX triplet: D5, 28 and 3B. RGB value is (213,40,59). Sum of RGB (Red+Green+Blue) = 213+40+59=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5283B is #2AD7C4. Grayscale: #5D5D5D. Windows color (decimal): -2807749 or 3877077. OLE color: 3877077.
HSL color Cylindrical-coordinate representation of color #D5283B: hue angle of 353.41º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5283B is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 59 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.16 |
| HSL | 353.41º | 0.68% | 0.5% | - |
| HSV(B) | 353.41º | 0.81% | 0.84% | - |
| XYZ | 28.99 | 15.98 | 5.69 | - |
| YUV | 93.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 59 | 0 | 0.81 | 0.72 | 0.16 | 353.41 | 0.68 | 0.5 |
| Hex | D5 | 28 | 3B | 0 | 51 | 48 | 10 | 161 | 44 | 32 |
| Octal | 325 | 50 | 73 | 0 | 121 | 110 | 20 | 541 | 104 | 62 |
| Binary | 11010101 | 101000 | 111011 | 0 | 1010001 | 1001000 | 10000 | 101100001 | 1000100 | 110010 |
Color Harmonies of #D5283B
Complementary color
Monochromatic Colors of #D5283B
Black with #D5283B
Text Example
Text Example
White with #D5283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5283B; }
p { color: rgb(213,40,59); }
H1.HeaderClassName
{
color: #D5283B;
}
.AnyTagClassName
{
color: #D5283B;
}
</style>
background-color css
<style>
a { background-color: #D5283B; }
a { background-color: rgb(213,40,59); }
div.DivClassName
{
background-color: #D5283B;
}
.BgClassName
{
background-color: #D5283B;
}
</style>
border-color css
<style>
span { border-color: #D5283B; }
span { border-color: rgb(213,40,59); }
td.TdClassName
{
border-color: #D5283B;
}
.TagClassName
{
border-color: #D5283B;
}
</style>