Shades of Alizarin #DF363B
Tints of Alizarin #DF363B
RGB
CMYK
RGB Variations
Color information
#DF363B (or 0xDF363B) is known color: Alizarin. HEX triplet: DF, 36 and 3B. RGB value is (223,54,59). Sum of RGB (Red+Green+Blue) = 223+54+59=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF363B is #20C9C4. Grayscale: #696969. Windows color (decimal): -2148805 or 3880671. OLE color: 3880671.
HSL color Cylindrical-coordinate representation of color #DF363B: hue angle of 358.22º 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 #DF363B is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 59 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.13 |
| HSL | 358.22º | 0.73% | 0.54% | - |
| HSV(B) | 358.22º | 0.76% | 0.87% | - |
| XYZ | 32.54 | 18.64 | 6.02 | - |
| YUV | 105.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 59 | 0 | 0.76 | 0.74 | 0.13 | 358.22 | 0.73 | 0.54 |
| Hex | DF | 36 | 3B | 0 | 4C | 4A | D | 166 | 49 | 36 |
| Octal | 337 | 66 | 73 | 0 | 114 | 112 | 15 | 546 | 111 | 66 |
| Binary | 11011111 | 110110 | 111011 | 0 | 1001100 | 1001010 | 1101 | 101100110 | 1001001 | 110110 |
Color Harmonies of #DF363B
Complementary color
Monochromatic Colors of #DF363B
Black with #DF363B
Text Example
Text Example
White with #DF363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF363B; }
p { color: rgb(223,54,59); }
H1.HeaderClassName
{
color: #DF363B;
}
.AnyTagClassName
{
color: #DF363B;
}
</style>
background-color css
<style>
a { background-color: #DF363B; }
a { background-color: rgb(223,54,59); }
div.DivClassName
{
background-color: #DF363B;
}
.BgClassName
{
background-color: #DF363B;
}
</style>
border-color css
<style>
span { border-color: #DF363B; }
span { border-color: rgb(223,54,59); }
td.TdClassName
{
border-color: #DF363B;
}
.TagClassName
{
border-color: #DF363B;
}
</style>