Shades of Alizarin #DF283F
Tints of Alizarin #DF283F
RGB
CMYK
RGB Variations
Color information
#DF283F (or 0xDF283F) is known color: Alizarin. HEX triplet: DF, 28 and 3F. RGB value is (223,40,63). Sum of RGB (Red+Green+Blue) = 223+40+63=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF283F is #20D7C0. Grayscale: #616161. Windows color (decimal): -2152385 or 4139231. OLE color: 4139231.
HSL color Cylindrical-coordinate representation of color #DF283F: hue angle of 352.46º 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 #DF283F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 63 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.13 |
| HSL | 352.46º | 0.74% | 0.52% | - |
| HSV(B) | 352.46º | 0.82% | 0.87% | - |
| XYZ | 32.09 | 17.56 | 6.4 | - |
| YUV | 97.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 63 | 0 | 0.82 | 0.72 | 0.13 | 352.46 | 0.74 | 0.52 |
| Hex | DF | 28 | 3F | 0 | 52 | 48 | D | 160 | 4A | 34 |
| Octal | 337 | 50 | 77 | 0 | 122 | 110 | 15 | 540 | 112 | 64 |
| Binary | 11011111 | 101000 | 111111 | 0 | 1010010 | 1001000 | 1101 | 101100000 | 1001010 | 110100 |
Color Harmonies of #DF283F
Complementary color
Monochromatic Colors of #DF283F
Black with #DF283F
Text Example
Text Example
White with #DF283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF283F; }
p { color: rgb(223,40,63); }
H1.HeaderClassName
{
color: #DF283F;
}
.AnyTagClassName
{
color: #DF283F;
}
</style>
background-color css
<style>
a { background-color: #DF283F; }
a { background-color: rgb(223,40,63); }
div.DivClassName
{
background-color: #DF283F;
}
.BgClassName
{
background-color: #DF283F;
}
</style>
border-color css
<style>
span { border-color: #DF283F; }
span { border-color: rgb(223,40,63); }
td.TdClassName
{
border-color: #DF283F;
}
.TagClassName
{
border-color: #DF283F;
}
</style>