Shades of Alizarin #DF2F33
Tints of Alizarin #DF2F33
RGB
CMYK
RGB Variations
Color information
#DF2F33 (or 0xDF2F33) is known color: Alizarin. HEX triplet: DF, 2F and 33. RGB value is (223,47,51). Sum of RGB (Red+Green+Blue) = 223+47+51=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F33 is #20D0CC. Grayscale: #646464. Windows color (decimal): -2150605 or 3354591. OLE color: 3354591.
HSL color Cylindrical-coordinate representation of color #DF2F33: hue angle of 358.64º 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 #DF2F33 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 51 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.13 |
| HSL | 358.64º | 0.73% | 0.53% | - |
| HSV(B) | 358.64º | 0.79% | 0.87% | - |
| XYZ | 32.05 | 17.96 | 4.91 | - |
| YUV | 100.08 | 100.31 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 51 | 0 | 0.79 | 0.77 | 0.13 | 358.64 | 0.73 | 0.53 |
| Hex | DF | 2F | 33 | 0 | 4F | 4D | D | 167 | 49 | 35 |
| Octal | 337 | 57 | 63 | 0 | 117 | 115 | 15 | 547 | 111 | 65 |
| Binary | 11011111 | 101111 | 110011 | 0 | 1001111 | 1001101 | 1101 | 101100111 | 1001001 | 110101 |
Color Harmonies of #DF2F33
Complementary color
Monochromatic Colors of #DF2F33
Black with #DF2F33
Text Example
Text Example
White with #DF2F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F33; }
p { color: rgb(223,47,51); }
H1.HeaderClassName
{
color: #DF2F33;
}
.AnyTagClassName
{
color: #DF2F33;
}
</style>
background-color css
<style>
a { background-color: #DF2F33; }
a { background-color: rgb(223,47,51); }
div.DivClassName
{
background-color: #DF2F33;
}
.BgClassName
{
background-color: #DF2F33;
}
</style>
border-color css
<style>
span { border-color: #DF2F33; }
span { border-color: rgb(223,47,51); }
td.TdClassName
{
border-color: #DF2F33;
}
.TagClassName
{
border-color: #DF2F33;
}
</style>