Shades of Alizarin #DF223B
Tints of Alizarin #DF223B
RGB
CMYK
RGB Variations
Color information
#DF223B (or 0xDF223B) is known color: Alizarin. HEX triplet: DF, 22 and 3B. RGB value is (223,34,59). Sum of RGB (Red+Green+Blue) = 223+34+59=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF223B is #20DDC4. Grayscale: #5D5D5D. Windows color (decimal): -2153925 or 3875551. OLE color: 3875551.
HSL color Cylindrical-coordinate representation of color #DF223B: hue angle of 352.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF223B is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 59 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.13 |
| HSL | 352.06º | 0.75% | 0.5% | - |
| HSV(B) | 352.06º | 0.85% | 0.87% | - |
| XYZ | 31.79 | 17.15 | 5.77 | - |
| YUV | 93.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 59 | 0 | 0.85 | 0.74 | 0.13 | 352.06 | 0.75 | 0.5 |
| Hex | DF | 22 | 3B | 0 | 55 | 4A | D | 160 | 4B | 32 |
| Octal | 337 | 42 | 73 | 0 | 125 | 112 | 15 | 540 | 113 | 62 |
| Binary | 11011111 | 100010 | 111011 | 0 | 1010101 | 1001010 | 1101 | 101100000 | 1001011 | 110010 |
Color Harmonies of #DF223B
Complementary color
Monochromatic Colors of #DF223B
Black with #DF223B
Text Example
Text Example
White with #DF223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF223B; }
p { color: rgb(223,34,59); }
H1.HeaderClassName
{
color: #DF223B;
}
.AnyTagClassName
{
color: #DF223B;
}
</style>
background-color css
<style>
a { background-color: #DF223B; }
a { background-color: rgb(223,34,59); }
div.DivClassName
{
background-color: #DF223B;
}
.BgClassName
{
background-color: #DF223B;
}
</style>
border-color css
<style>
span { border-color: #DF223B; }
span { border-color: rgb(223,34,59); }
td.TdClassName
{
border-color: #DF223B;
}
.TagClassName
{
border-color: #DF223B;
}
</style>