Shades of Alizarin #DF3339
Tints of Alizarin #DF3339
RGB
CMYK
RGB Variations
Color information
#DF3339 (or 0xDF3339) is known color: Alizarin. HEX triplet: DF, 33 and 39. RGB value is (223,51,57). Sum of RGB (Red+Green+Blue) = 223+51+57=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3339 is #20CCC6. Grayscale: #676767. Windows color (decimal): -2149575 or 3748831. OLE color: 3748831.
HSL color Cylindrical-coordinate representation of color #DF3339: hue angle of 357.91º 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 #DF3339 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 57 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.13 |
| HSL | 357.91º | 0.73% | 0.54% | - |
| HSV(B) | 357.91º | 0.77% | 0.87% | - |
| XYZ | 32.35 | 18.35 | 5.71 | - |
| YUV | 103.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 57 | 0 | 0.77 | 0.74 | 0.13 | 357.91 | 0.73 | 0.54 |
| Hex | DF | 33 | 39 | 0 | 4D | 4A | D | 166 | 49 | 36 |
| Octal | 337 | 63 | 71 | 0 | 115 | 112 | 15 | 546 | 111 | 66 |
| Binary | 11011111 | 110011 | 111001 | 0 | 1001101 | 1001010 | 1101 | 101100110 | 1001001 | 110110 |
Color Harmonies of #DF3339
Complementary color
Monochromatic Colors of #DF3339
Black with #DF3339
Text Example
Text Example
White with #DF3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3339; }
p { color: rgb(223,51,57); }
H1.HeaderClassName
{
color: #DF3339;
}
.AnyTagClassName
{
color: #DF3339;
}
</style>
background-color css
<style>
a { background-color: #DF3339; }
a { background-color: rgb(223,51,57); }
div.DivClassName
{
background-color: #DF3339;
}
.BgClassName
{
background-color: #DF3339;
}
</style>
border-color css
<style>
span { border-color: #DF3339; }
span { border-color: rgb(223,51,57); }
td.TdClassName
{
border-color: #DF3339;
}
.TagClassName
{
border-color: #DF3339;
}
</style>