Shades of Alizarin #DF363E
Tints of Alizarin #DF363E
RGB
CMYK
RGB Variations
Color information
#DF363E (or 0xDF363E) is known color: Alizarin. HEX triplet: DF, 36 and 3E. RGB value is (223,54,62). Sum of RGB (Red+Green+Blue) = 223+54+62=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF363E is #20C9C1. Grayscale: #696969. Windows color (decimal): -2148802 or 4077279. OLE color: 4077279.
HSL color Cylindrical-coordinate representation of color #DF363E: hue angle of 357.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF363E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 62 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.13 |
| HSL | 357.16º | 0.73% | 0.54% | - |
| HSV(B) | 357.16º | 0.76% | 0.87% | - |
| XYZ | 32.62 | 18.67 | 6.44 | - |
| YUV | 105.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 62 | 0 | 0.76 | 0.72 | 0.13 | 357.16 | 0.73 | 0.54 |
| Hex | DF | 36 | 3E | 0 | 4C | 48 | D | 165 | 49 | 36 |
| Octal | 337 | 66 | 76 | 0 | 114 | 110 | 15 | 545 | 111 | 66 |
| Binary | 11011111 | 110110 | 111110 | 0 | 1001100 | 1001000 | 1101 | 101100101 | 1001001 | 110110 |
Color Harmonies of #DF363E
Complementary color
Monochromatic Colors of #DF363E
Black with #DF363E
Text Example
Text Example
White with #DF363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF363E; }
p { color: rgb(223,54,62); }
H1.HeaderClassName
{
color: #DF363E;
}
.AnyTagClassName
{
color: #DF363E;
}
</style>
background-color css
<style>
a { background-color: #DF363E; }
a { background-color: rgb(223,54,62); }
div.DivClassName
{
background-color: #DF363E;
}
.BgClassName
{
background-color: #DF363E;
}
</style>
border-color css
<style>
span { border-color: #DF363E; }
span { border-color: rgb(223,54,62); }
td.TdClassName
{
border-color: #DF363E;
}
.TagClassName
{
border-color: #DF363E;
}
</style>