Shades of Alizarin #DF373D
Tints of Alizarin #DF373D
RGB
CMYK
RGB Variations
Color information
#DF373D (or 0xDF373D) is known color: Alizarin. HEX triplet: DF, 37 and 3D. RGB value is (223,55,61). Sum of RGB (Red+Green+Blue) = 223+55+61=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF373D is #20C8C2. Grayscale: #6A6A6A. Windows color (decimal): -2148547 or 4011999. OLE color: 4011999.
HSL color Cylindrical-coordinate representation of color #DF373D: hue angle of 357.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF373D is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 61 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.13 |
| HSL | 357.86º | 0.72% | 0.55% | - |
| HSV(B) | 357.86º | 0.75% | 0.87% | - |
| XYZ | 32.64 | 18.76 | 6.32 | - |
| YUV | 105.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 61 | 0 | 0.75 | 0.73 | 0.13 | 357.86 | 0.72 | 0.55 |
| Hex | DF | 37 | 3D | 0 | 4B | 49 | D | 166 | 48 | 37 |
| Octal | 337 | 67 | 75 | 0 | 113 | 111 | 15 | 546 | 110 | 67 |
| Binary | 11011111 | 110111 | 111101 | 0 | 1001011 | 1001001 | 1101 | 101100110 | 1001000 | 110111 |
Color Harmonies of #DF373D
Complementary color
Monochromatic Colors of #DF373D
Black with #DF373D
Text Example
Text Example
White with #DF373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF373D; }
p { color: rgb(223,55,61); }
H1.HeaderClassName
{
color: #DF373D;
}
.AnyTagClassName
{
color: #DF373D;
}
</style>
background-color css
<style>
a { background-color: #DF373D; }
a { background-color: rgb(223,55,61); }
div.DivClassName
{
background-color: #DF373D;
}
.BgClassName
{
background-color: #DF373D;
}
</style>
border-color css
<style>
span { border-color: #DF373D; }
span { border-color: rgb(223,55,61); }
td.TdClassName
{
border-color: #DF373D;
}
.TagClassName
{
border-color: #DF373D;
}
</style>