Shades of Alizarin #DF2F3B
Tints of Alizarin #DF2F3B
RGB
CMYK
RGB Variations
Color information
#DF2F3B (or 0xDF2F3B) is known color: Alizarin. HEX triplet: DF, 2F and 3B. RGB value is (223,47,59). Sum of RGB (Red+Green+Blue) = 223+47+59=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F3B is #20D0C4. Grayscale: #656565. Windows color (decimal): -2150597 or 3878879. OLE color: 3878879.
HSL color Cylindrical-coordinate representation of color #DF2F3B: hue angle of 355.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2F3B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 59 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.13 |
| HSL | 355.91º | 0.73% | 0.53% | - |
| HSV(B) | 355.91º | 0.79% | 0.87% | - |
| XYZ | 32.24 | 18.04 | 5.92 | - |
| YUV | 100.99 | 104.31 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 59 | 0 | 0.79 | 0.74 | 0.13 | 355.91 | 0.73 | 0.53 |
| Hex | DF | 2F | 3B | 0 | 4F | 4A | D | 164 | 49 | 35 |
| Octal | 337 | 57 | 73 | 0 | 117 | 112 | 15 | 544 | 111 | 65 |
| Binary | 11011111 | 101111 | 111011 | 0 | 1001111 | 1001010 | 1101 | 101100100 | 1001001 | 110101 |
Color Harmonies of #DF2F3B
Complementary color
Monochromatic Colors of #DF2F3B
Black with #DF2F3B
Text Example
Text Example
White with #DF2F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F3B; }
p { color: rgb(223,47,59); }
H1.HeaderClassName
{
color: #DF2F3B;
}
.AnyTagClassName
{
color: #DF2F3B;
}
</style>
background-color css
<style>
a { background-color: #DF2F3B; }
a { background-color: rgb(223,47,59); }
div.DivClassName
{
background-color: #DF2F3B;
}
.BgClassName
{
background-color: #DF2F3B;
}
</style>
border-color css
<style>
span { border-color: #DF2F3B; }
span { border-color: rgb(223,47,59); }
td.TdClassName
{
border-color: #DF2F3B;
}
.TagClassName
{
border-color: #DF2F3B;
}
</style>