Shades of Alizarin #DF3B3E
Tints of Alizarin #DF3B3E
RGB
CMYK
RGB Variations
Color information
#DF3B3E (or 0xDF3B3E) is known color: Alizarin. HEX triplet: DF, 3B and 3E. RGB value is (223,59,62). Sum of RGB (Red+Green+Blue) = 223+59+62=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B3E is #20C4C1. Grayscale: #6C6C6C. Windows color (decimal): -2147522 or 4078559. OLE color: 4078559.
HSL color Cylindrical-coordinate representation of color #DF3B3E: hue angle of 358.9º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3B3E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 62 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.13 |
| HSL | 358.9º | 0.72% | 0.55% | - |
| HSV(B) | 358.9º | 0.74% | 0.87% | - |
| XYZ | 32.86 | 19.16 | 6.52 | - |
| YUV | 108.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 62 | 0 | 0.74 | 0.72 | 0.13 | 358.9 | 0.72 | 0.55 |
| Hex | DF | 3B | 3E | 0 | 4A | 48 | D | 167 | 48 | 37 |
| Octal | 337 | 73 | 76 | 0 | 112 | 110 | 15 | 547 | 110 | 67 |
| Binary | 11011111 | 111011 | 111110 | 0 | 1001010 | 1001000 | 1101 | 101100111 | 1001000 | 110111 |
Color Harmonies of #DF3B3E
Complementary color
Monochromatic Colors of #DF3B3E
Black with #DF3B3E
Text Example
Text Example
White with #DF3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B3E; }
p { color: rgb(223,59,62); }
H1.HeaderClassName
{
color: #DF3B3E;
}
.AnyTagClassName
{
color: #DF3B3E;
}
</style>
background-color css
<style>
a { background-color: #DF3B3E; }
a { background-color: rgb(223,59,62); }
div.DivClassName
{
background-color: #DF3B3E;
}
.BgClassName
{
background-color: #DF3B3E;
}
</style>
border-color css
<style>
span { border-color: #DF3B3E; }
span { border-color: rgb(223,59,62); }
td.TdClassName
{
border-color: #DF3B3E;
}
.TagClassName
{
border-color: #DF3B3E;
}
</style>