Shades of Alizarin #DF2F34
Tints of Alizarin #DF2F34
RGB
CMYK
RGB Variations
Color information
#DF2F34 (or 0xDF2F34) is known color: Alizarin. HEX triplet: DF, 2F and 34. RGB value is (223,47,52). Sum of RGB (Red+Green+Blue) = 223+47+52=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F34 is #20D0CB. Grayscale: #646464. Windows color (decimal): -2150604 or 3420127. OLE color: 3420127.
HSL color Cylindrical-coordinate representation of color #DF2F34: hue angle of 358.3º 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 #DF2F34 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 52 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.13 |
| HSL | 358.3º | 0.73% | 0.53% | - |
| HSV(B) | 358.3º | 0.79% | 0.87% | - |
| XYZ | 32.07 | 17.97 | 5.03 | - |
| YUV | 100.19 | 100.81 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 52 | 0 | 0.79 | 0.77 | 0.13 | 358.3 | 0.73 | 0.53 |
| Hex | DF | 2F | 34 | 0 | 4F | 4D | D | 166 | 49 | 35 |
| Octal | 337 | 57 | 64 | 0 | 117 | 115 | 15 | 546 | 111 | 65 |
| Binary | 11011111 | 101111 | 110100 | 0 | 1001111 | 1001101 | 1101 | 101100110 | 1001001 | 110101 |
Color Harmonies of #DF2F34
Complementary color
Monochromatic Colors of #DF2F34
Black with #DF2F34
Text Example
Text Example
White with #DF2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F34; }
p { color: rgb(223,47,52); }
H1.HeaderClassName
{
color: #DF2F34;
}
.AnyTagClassName
{
color: #DF2F34;
}
</style>
background-color css
<style>
a { background-color: #DF2F34; }
a { background-color: rgb(223,47,52); }
div.DivClassName
{
background-color: #DF2F34;
}
.BgClassName
{
background-color: #DF2F34;
}
</style>
border-color css
<style>
span { border-color: #DF2F34; }
span { border-color: rgb(223,47,52); }
td.TdClassName
{
border-color: #DF2F34;
}
.TagClassName
{
border-color: #DF2F34;
}
</style>