Shades of Alizarin #DF282C
Tints of Alizarin #DF282C
RGB
CMYK
RGB Variations
Color information
#DF282C (or 0xDF282C) is known color: Alizarin. HEX triplet: DF, 28 and 2C. RGB value is (223,40,44). Sum of RGB (Red+Green+Blue) = 223+40+44=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF282C is #20D7D3. Grayscale: #5F5F5F. Windows color (decimal): -2152404 or 2894047. OLE color: 2894047.
HSL color Cylindrical-coordinate representation of color #DF282C: hue angle of 358.69º 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 #DF282C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 44 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.13 |
| HSL | 358.69º | 0.74% | 0.52% | - |
| HSV(B) | 358.69º | 0.82% | 0.87% | - |
| XYZ | 31.64 | 17.39 | 4.07 | - |
| YUV | 95.17 | 99.13 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 44 | 0 | 0.82 | 0.80 | 0.13 | 358.69 | 0.74 | 0.52 |
| Hex | DF | 28 | 2C | 0 | 52 | 50 | D | 167 | 4A | 34 |
| Octal | 337 | 50 | 54 | 0 | 122 | 120 | 15 | 547 | 112 | 64 |
| Binary | 11011111 | 101000 | 101100 | 0 | 1010010 | 1010000 | 1101 | 101100111 | 1001010 | 110100 |
Color Harmonies of #DF282C
Complementary color
Monochromatic Colors of #DF282C
Black with #DF282C
Text Example
Text Example
White with #DF282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF282C; }
p { color: rgb(223,40,44); }
H1.HeaderClassName
{
color: #DF282C;
}
.AnyTagClassName
{
color: #DF282C;
}
</style>
background-color css
<style>
a { background-color: #DF282C; }
a { background-color: rgb(223,40,44); }
div.DivClassName
{
background-color: #DF282C;
}
.BgClassName
{
background-color: #DF282C;
}
</style>
border-color css
<style>
span { border-color: #DF282C; }
span { border-color: rgb(223,40,44); }
td.TdClassName
{
border-color: #DF282C;
}
.TagClassName
{
border-color: #DF282C;
}
</style>