Shades of Alizarin #D9283B
Tints of Alizarin #D9283B
RGB
CMYK
RGB Variations
Color information
#D9283B (or 0xD9283B) is known color: Alizarin. HEX triplet: D9, 28 and 3B. RGB value is (217,40,59). Sum of RGB (Red+Green+Blue) = 217+40+59=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9283B is #26D7C4. Grayscale: #5F5F5F. Windows color (decimal): -2545605 or 3877081. OLE color: 3877081.
HSL color Cylindrical-coordinate representation of color #D9283B: hue angle of 353.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9283B is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 59 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.15 |
| HSL | 353.56º | 0.7% | 0.5% | - |
| HSV(B) | 353.56º | 0.82% | 0.85% | - |
| XYZ | 30.16 | 16.59 | 5.75 | - |
| YUV | 95.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 59 | 0 | 0.82 | 0.73 | 0.15 | 353.56 | 0.7 | 0.5 |
| Hex | D9 | 28 | 3B | 0 | 52 | 49 | F | 162 | 46 | 32 |
| Octal | 331 | 50 | 73 | 0 | 122 | 111 | 17 | 542 | 106 | 62 |
| Binary | 11011001 | 101000 | 111011 | 0 | 1010010 | 1001001 | 1111 | 101100010 | 1000110 | 110010 |
Color Harmonies of #D9283B
Complementary color
Monochromatic Colors of #D9283B
Black with #D9283B
Text Example
Text Example
White with #D9283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9283B; }
p { color: rgb(217,40,59); }
H1.HeaderClassName
{
color: #D9283B;
}
.AnyTagClassName
{
color: #D9283B;
}
</style>
background-color css
<style>
a { background-color: #D9283B; }
a { background-color: rgb(217,40,59); }
div.DivClassName
{
background-color: #D9283B;
}
.BgClassName
{
background-color: #D9283B;
}
</style>
border-color css
<style>
span { border-color: #D9283B; }
span { border-color: rgb(217,40,59); }
td.TdClassName
{
border-color: #D9283B;
}
.TagClassName
{
border-color: #D9283B;
}
</style>