Shades of Alizarin #DF223D
Tints of Alizarin #DF223D
RGB
CMYK
RGB Variations
Color information
#DF223D (or 0xDF223D) is known color: Alizarin. HEX triplet: DF, 22 and 3D. RGB value is (223,34,61). Sum of RGB (Red+Green+Blue) = 223+34+61=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF223D is #20DDC2. Grayscale: #5D5D5D. Windows color (decimal): -2153923 or 4006623. OLE color: 4006623.
HSL color Cylindrical-coordinate representation of color #DF223D: hue angle of 351.43º 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 #DF223D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 61 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.13 |
| HSL | 351.43º | 0.75% | 0.5% | - |
| HSV(B) | 351.43º | 0.85% | 0.87% | - |
| XYZ | 31.85 | 17.17 | 6.05 | - |
| YUV | 93.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 61 | 0 | 0.85 | 0.73 | 0.13 | 351.43 | 0.75 | 0.5 |
| Hex | DF | 22 | 3D | 0 | 55 | 49 | D | 15F | 4B | 32 |
| Octal | 337 | 42 | 75 | 0 | 125 | 111 | 15 | 537 | 113 | 62 |
| Binary | 11011111 | 100010 | 111101 | 0 | 1010101 | 1001001 | 1101 | 101011111 | 1001011 | 110010 |
Color Harmonies of #DF223D
Complementary color
Monochromatic Colors of #DF223D
Black with #DF223D
Text Example
Text Example
White with #DF223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF223D; }
p { color: rgb(223,34,61); }
H1.HeaderClassName
{
color: #DF223D;
}
.AnyTagClassName
{
color: #DF223D;
}
</style>
background-color css
<style>
a { background-color: #DF223D; }
a { background-color: rgb(223,34,61); }
div.DivClassName
{
background-color: #DF223D;
}
.BgClassName
{
background-color: #DF223D;
}
</style>
border-color css
<style>
span { border-color: #DF223D; }
span { border-color: rgb(223,34,61); }
td.TdClassName
{
border-color: #DF223D;
}
.TagClassName
{
border-color: #DF223D;
}
</style>