Shades of Alizarin #DF3337
Tints of Alizarin #DF3337
RGB
CMYK
RGB Variations
Color information
#DF3337 (or 0xDF3337) is known color: Alizarin. HEX triplet: DF, 33 and 37. RGB value is (223,51,55). Sum of RGB (Red+Green+Blue) = 223+51+55=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3337 is #20CCC8. Grayscale: #676767. Windows color (decimal): -2149577 or 3617759. OLE color: 3617759.
HSL color Cylindrical-coordinate representation of color #DF3337: hue angle of 358.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3337 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 55 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.13 |
| HSL | 358.6º | 0.73% | 0.54% | - |
| HSV(B) | 358.6º | 0.77% | 0.87% | - |
| XYZ | 32.3 | 18.33 | 5.45 | - |
| YUV | 102.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 55 | 0 | 0.77 | 0.75 | 0.13 | 358.6 | 0.73 | 0.54 |
| Hex | DF | 33 | 37 | 0 | 4D | 4B | D | 167 | 49 | 36 |
| Octal | 337 | 63 | 67 | 0 | 115 | 113 | 15 | 547 | 111 | 66 |
| Binary | 11011111 | 110011 | 110111 | 0 | 1001101 | 1001011 | 1101 | 101100111 | 1001001 | 110110 |
Color Harmonies of #DF3337
Complementary color
Monochromatic Colors of #DF3337
Black with #DF3337
Text Example
Text Example
White with #DF3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3337; }
p { color: rgb(223,51,55); }
H1.HeaderClassName
{
color: #DF3337;
}
.AnyTagClassName
{
color: #DF3337;
}
</style>
background-color css
<style>
a { background-color: #DF3337; }
a { background-color: rgb(223,51,55); }
div.DivClassName
{
background-color: #DF3337;
}
.BgClassName
{
background-color: #DF3337;
}
</style>
border-color css
<style>
span { border-color: #DF3337; }
span { border-color: rgb(223,51,55); }
td.TdClassName
{
border-color: #DF3337;
}
.TagClassName
{
border-color: #DF3337;
}
</style>