Shades of Alizarin #DF282D
Tints of Alizarin #DF282D
RGB
CMYK
RGB Variations
Color information
#DF282D (or 0xDF282D) is known color: Alizarin. HEX triplet: DF, 28 and 2D. RGB value is (223,40,45). Sum of RGB (Red+Green+Blue) = 223+40+45=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF282D is #20D7D2. Grayscale: #5F5F5F. Windows color (decimal): -2152403 or 2959583. OLE color: 2959583.
HSL color Cylindrical-coordinate representation of color #DF282D: hue angle of 358.36º 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 #DF282D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 45 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.13 |
| HSL | 358.36º | 0.74% | 0.52% | - |
| HSV(B) | 358.36º | 0.82% | 0.87% | - |
| XYZ | 31.66 | 17.4 | 4.17 | - |
| YUV | 95.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 45 | 0 | 0.82 | 0.80 | 0.13 | 358.36 | 0.74 | 0.52 |
| Hex | DF | 28 | 2D | 0 | 52 | 50 | D | 166 | 4A | 34 |
| Octal | 337 | 50 | 55 | 0 | 122 | 120 | 15 | 546 | 112 | 64 |
| Binary | 11011111 | 101000 | 101101 | 0 | 1010010 | 1010000 | 1101 | 101100110 | 1001010 | 110100 |
Color Harmonies of #DF282D
Complementary color
Monochromatic Colors of #DF282D
Black with #DF282D
Text Example
Text Example
White with #DF282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF282D; }
p { color: rgb(223,40,45); }
H1.HeaderClassName
{
color: #DF282D;
}
.AnyTagClassName
{
color: #DF282D;
}
</style>
background-color css
<style>
a { background-color: #DF282D; }
a { background-color: rgb(223,40,45); }
div.DivClassName
{
background-color: #DF282D;
}
.BgClassName
{
background-color: #DF282D;
}
</style>
border-color css
<style>
span { border-color: #DF282D; }
span { border-color: rgb(223,40,45); }
td.TdClassName
{
border-color: #DF282D;
}
.TagClassName
{
border-color: #DF282D;
}
</style>