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