Shades of Alizarin #DF272F
Tints of Alizarin #DF272F
RGB
CMYK
RGB Variations
Color information
#DF272F (or 0xDF272F) is known color: Alizarin. HEX triplet: DF, 27 and 2F. RGB value is (223,39,47). Sum of RGB (Red+Green+Blue) = 223+39+47=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF272F is #20D8D0. Grayscale: #5F5F5F. Windows color (decimal): -2152657 or 3090399. OLE color: 3090399.
HSL color Cylindrical-coordinate representation of color #DF272F: hue angle of 357.39º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF272F is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 47 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.13 |
| HSL | 357.39º | 0.74% | 0.51% | - |
| HSV(B) | 357.39º | 0.83% | 0.87% | - |
| XYZ | 31.67 | 17.34 | 4.37 | - |
| YUV | 94.93 | 100.96 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 47 | 0 | 0.83 | 0.79 | 0.13 | 357.39 | 0.74 | 0.51 |
| Hex | DF | 27 | 2F | 0 | 53 | 4F | D | 165 | 4A | 33 |
| Octal | 337 | 47 | 57 | 0 | 123 | 117 | 15 | 545 | 112 | 63 |
| Binary | 11011111 | 100111 | 101111 | 0 | 1010011 | 1001111 | 1101 | 101100101 | 1001010 | 110011 |
Color Harmonies of #DF272F
Complementary color
Monochromatic Colors of #DF272F
Black with #DF272F
Text Example
Text Example
White with #DF272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF272F; }
p { color: rgb(223,39,47); }
H1.HeaderClassName
{
color: #DF272F;
}
.AnyTagClassName
{
color: #DF272F;
}
</style>
background-color css
<style>
a { background-color: #DF272F; }
a { background-color: rgb(223,39,47); }
div.DivClassName
{
background-color: #DF272F;
}
.BgClassName
{
background-color: #DF272F;
}
</style>
border-color css
<style>
span { border-color: #DF272F; }
span { border-color: rgb(223,39,47); }
td.TdClassName
{
border-color: #DF272F;
}
.TagClassName
{
border-color: #DF272F;
}
</style>