Shades of Alizarin #DF363C
Tints of Alizarin #DF363C
RGB
CMYK
RGB Variations
Color information
#DF363C (or 0xDF363C) is known color: Alizarin. HEX triplet: DF, 36 and 3C. RGB value is (223,54,60). Sum of RGB (Red+Green+Blue) = 223+54+60=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF363C is #20C9C3. Grayscale: #696969. Windows color (decimal): -2148804 or 3946207. OLE color: 3946207.
HSL color Cylindrical-coordinate representation of color #DF363C: hue angle of 357.87º 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 #DF363C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 60 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.13 |
| HSL | 357.87º | 0.73% | 0.54% | - |
| HSV(B) | 357.87º | 0.76% | 0.87% | - |
| XYZ | 32.57 | 18.65 | 6.16 | - |
| YUV | 105.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 60 | 0 | 0.76 | 0.73 | 0.13 | 357.87 | 0.73 | 0.54 |
| Hex | DF | 36 | 3C | 0 | 4C | 49 | D | 166 | 49 | 36 |
| Octal | 337 | 66 | 74 | 0 | 114 | 111 | 15 | 546 | 111 | 66 |
| Binary | 11011111 | 110110 | 111100 | 0 | 1001100 | 1001001 | 1101 | 101100110 | 1001001 | 110110 |
Color Harmonies of #DF363C
Complementary color
Monochromatic Colors of #DF363C
Black with #DF363C
Text Example
Text Example
White with #DF363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF363C; }
p { color: rgb(223,54,60); }
H1.HeaderClassName
{
color: #DF363C;
}
.AnyTagClassName
{
color: #DF363C;
}
</style>
background-color css
<style>
a { background-color: #DF363C; }
a { background-color: rgb(223,54,60); }
div.DivClassName
{
background-color: #DF363C;
}
.BgClassName
{
background-color: #DF363C;
}
</style>
border-color css
<style>
span { border-color: #DF363C; }
span { border-color: rgb(223,54,60); }
td.TdClassName
{
border-color: #DF363C;
}
.TagClassName
{
border-color: #DF363C;
}
</style>