Shades of Alizarin #DF272B
Tints of Alizarin #DF272B
RGB
CMYK
RGB Variations
Color information
#DF272B (or 0xDF272B) is known color: Alizarin. HEX triplet: DF, 27 and 2B. RGB value is (223,39,43). Sum of RGB (Red+Green+Blue) = 223+39+43=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF272B is #20D8D4. Grayscale: #5E5E5E. Windows color (decimal): -2152661 or 2828255. OLE color: 2828255.
HSL color Cylindrical-coordinate representation of color #DF272B: hue angle of 358.7º 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 #DF272B is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 43 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.13 |
| HSL | 358.7º | 0.74% | 0.51% | - |
| HSV(B) | 358.7º | 0.83% | 0.87% | - |
| XYZ | 31.59 | 17.31 | 3.96 | - |
| YUV | 94.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 43 | 0 | 0.83 | 0.81 | 0.13 | 358.7 | 0.74 | 0.51 |
| Hex | DF | 27 | 2B | 0 | 53 | 51 | D | 167 | 4A | 33 |
| Octal | 337 | 47 | 53 | 0 | 123 | 121 | 15 | 547 | 112 | 63 |
| Binary | 11011111 | 100111 | 101011 | 0 | 1010011 | 1010001 | 1101 | 101100111 | 1001010 | 110011 |
Color Harmonies of #DF272B
Complementary color
Monochromatic Colors of #DF272B
Black with #DF272B
Text Example
Text Example
White with #DF272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF272B; }
p { color: rgb(223,39,43); }
H1.HeaderClassName
{
color: #DF272B;
}
.AnyTagClassName
{
color: #DF272B;
}
</style>
background-color css
<style>
a { background-color: #DF272B; }
a { background-color: rgb(223,39,43); }
div.DivClassName
{
background-color: #DF272B;
}
.BgClassName
{
background-color: #DF272B;
}
</style>
border-color css
<style>
span { border-color: #DF272B; }
span { border-color: rgb(223,39,43); }
td.TdClassName
{
border-color: #DF272B;
}
.TagClassName
{
border-color: #DF272B;
}
</style>