Shades of Alizarin #DF283B
Tints of Alizarin #DF283B
RGB
CMYK
RGB Variations
Color information
#DF283B (or 0xDF283B) is known color: Alizarin. HEX triplet: DF, 28 and 3B. RGB value is (223,40,59). Sum of RGB (Red+Green+Blue) = 223+40+59=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF283B is #20D7C4. Grayscale: #606060. Windows color (decimal): -2152389 or 3877087. OLE color: 3877087.
HSL color Cylindrical-coordinate representation of color #DF283B: hue angle of 353.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF283B is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 59 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.13 |
| HSL | 353.77º | 0.74% | 0.52% | - |
| HSV(B) | 353.77º | 0.82% | 0.87% | - |
| XYZ | 31.98 | 17.52 | 5.83 | - |
| YUV | 96.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 59 | 0 | 0.82 | 0.74 | 0.13 | 353.77 | 0.74 | 0.52 |
| Hex | DF | 28 | 3B | 0 | 52 | 4A | D | 162 | 4A | 34 |
| Octal | 337 | 50 | 73 | 0 | 122 | 112 | 15 | 542 | 112 | 64 |
| Binary | 11011111 | 101000 | 111011 | 0 | 1010010 | 1001010 | 1101 | 101100010 | 1001010 | 110100 |
Color Harmonies of #DF283B
Complementary color
Monochromatic Colors of #DF283B
Black with #DF283B
Text Example
Text Example
White with #DF283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF283B; }
p { color: rgb(223,40,59); }
H1.HeaderClassName
{
color: #DF283B;
}
.AnyTagClassName
{
color: #DF283B;
}
</style>
background-color css
<style>
a { background-color: #DF283B; }
a { background-color: rgb(223,40,59); }
div.DivClassName
{
background-color: #DF283B;
}
.BgClassName
{
background-color: #DF283B;
}
</style>
border-color css
<style>
span { border-color: #DF283B; }
span { border-color: rgb(223,40,59); }
td.TdClassName
{
border-color: #DF283B;
}
.TagClassName
{
border-color: #DF283B;
}
</style>