Shades of Alizarin #DF2D35
Tints of Alizarin #DF2D35
RGB
CMYK
RGB Variations
Color information
#DF2D35 (or 0xDF2D35) is known color: Alizarin. HEX triplet: DF, 2D and 35. RGB value is (223,45,53). Sum of RGB (Red+Green+Blue) = 223+45+53=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D35 is #20D2CA. Grayscale: #636363. Windows color (decimal): -2151115 or 3485151. OLE color: 3485151.
HSL color Cylindrical-coordinate representation of color #DF2D35: hue angle of 357.3º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D35 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 53 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.13 |
| HSL | 357.3º | 0.74% | 0.53% | - |
| HSV(B) | 357.3º | 0.8% | 0.87% | - |
| XYZ | 32.01 | 17.82 | 5.12 | - |
| YUV | 99.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 53 | 0 | 0.80 | 0.76 | 0.13 | 357.3 | 0.74 | 0.53 |
| Hex | DF | 2D | 35 | 0 | 50 | 4C | D | 165 | 4A | 35 |
| Octal | 337 | 55 | 65 | 0 | 120 | 114 | 15 | 545 | 112 | 65 |
| Binary | 11011111 | 101101 | 110101 | 0 | 1010000 | 1001100 | 1101 | 101100101 | 1001010 | 110101 |
Color Harmonies of #DF2D35
Complementary color
Monochromatic Colors of #DF2D35
Black with #DF2D35
Text Example
Text Example
White with #DF2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D35; }
p { color: rgb(223,45,53); }
H1.HeaderClassName
{
color: #DF2D35;
}
.AnyTagClassName
{
color: #DF2D35;
}
</style>
background-color css
<style>
a { background-color: #DF2D35; }
a { background-color: rgb(223,45,53); }
div.DivClassName
{
background-color: #DF2D35;
}
.BgClassName
{
background-color: #DF2D35;
}
</style>
border-color css
<style>
span { border-color: #DF2D35; }
span { border-color: rgb(223,45,53); }
td.TdClassName
{
border-color: #DF2D35;
}
.TagClassName
{
border-color: #DF2D35;
}
</style>