Shades of Alizarin #DF2C38
Tints of Alizarin #DF2C38
RGB
CMYK
RGB Variations
Color information
#DF2C38 (or 0xDF2C38) is known color: Alizarin. HEX triplet: DF, 2C and 38. RGB value is (223,44,56). Sum of RGB (Red+Green+Blue) = 223+44+56=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C38 is #20D3C7. Grayscale: #636363. Windows color (decimal): -2151368 or 3681503. OLE color: 3681503.
HSL color Cylindrical-coordinate representation of color #DF2C38: hue angle of 355.98º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C38 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 56 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.13 |
| HSL | 355.98º | 0.74% | 0.52% | - |
| HSV(B) | 355.98º | 0.8% | 0.87% | - |
| XYZ | 32.05 | 17.77 | 5.48 | - |
| YUV | 98.89 | 103.8 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 56 | 0 | 0.80 | 0.75 | 0.13 | 355.98 | 0.74 | 0.52 |
| Hex | DF | 2C | 38 | 0 | 50 | 4B | D | 164 | 4A | 34 |
| Octal | 337 | 54 | 70 | 0 | 120 | 113 | 15 | 544 | 112 | 64 |
| Binary | 11011111 | 101100 | 111000 | 0 | 1010000 | 1001011 | 1101 | 101100100 | 1001010 | 110100 |
Color Harmonies of #DF2C38
Complementary color
Monochromatic Colors of #DF2C38
Black with #DF2C38
Text Example
Text Example
White with #DF2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C38; }
p { color: rgb(223,44,56); }
H1.HeaderClassName
{
color: #DF2C38;
}
.AnyTagClassName
{
color: #DF2C38;
}
</style>
background-color css
<style>
a { background-color: #DF2C38; }
a { background-color: rgb(223,44,56); }
div.DivClassName
{
background-color: #DF2C38;
}
.BgClassName
{
background-color: #DF2C38;
}
</style>
border-color css
<style>
span { border-color: #DF2C38; }
span { border-color: rgb(223,44,56); }
td.TdClassName
{
border-color: #DF2C38;
}
.TagClassName
{
border-color: #DF2C38;
}
</style>