Shades of Alizarin #DF282A
Tints of Alizarin #DF282A
RGB
CMYK
RGB Variations
Color information
#DF282A (or 0xDF282A) is known color: Alizarin. HEX triplet: DF, 28 and 2A. RGB value is (223,40,42). Sum of RGB (Red+Green+Blue) = 223+40+42=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF282A is #20D7D5. Grayscale: #5F5F5F. Windows color (decimal): -2152406 or 2762975. OLE color: 2762975.
HSL color Cylindrical-coordinate representation of color #DF282A: hue angle of 359.34º 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 #DF282A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 42 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.13 |
| HSL | 359.34º | 0.74% | 0.52% | - |
| HSV(B) | 359.34º | 0.82% | 0.87% | - |
| XYZ | 31.61 | 17.37 | 3.88 | - |
| YUV | 94.95 | 98.13 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 42 | 0 | 0.82 | 0.81 | 0.13 | 359.34 | 0.74 | 0.52 |
| Hex | DF | 28 | 2A | 0 | 52 | 51 | D | 167 | 4A | 34 |
| Octal | 337 | 50 | 52 | 0 | 122 | 121 | 15 | 547 | 112 | 64 |
| Binary | 11011111 | 101000 | 101010 | 0 | 1010010 | 1010001 | 1101 | 101100111 | 1001010 | 110100 |
Color Harmonies of #DF282A
Complementary color
Monochromatic Colors of #DF282A
Black with #DF282A
Text Example
Text Example
White with #DF282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF282A; }
p { color: rgb(223,40,42); }
H1.HeaderClassName
{
color: #DF282A;
}
.AnyTagClassName
{
color: #DF282A;
}
</style>
background-color css
<style>
a { background-color: #DF282A; }
a { background-color: rgb(223,40,42); }
div.DivClassName
{
background-color: #DF282A;
}
.BgClassName
{
background-color: #DF282A;
}
</style>
border-color css
<style>
span { border-color: #DF282A; }
span { border-color: rgb(223,40,42); }
td.TdClassName
{
border-color: #DF282A;
}
.TagClassName
{
border-color: #DF282A;
}
</style>