Shades of Alizarin #DF272D
Tints of Alizarin #DF272D
RGB
CMYK
RGB Variations
Color information
#DF272D (or 0xDF272D) is known color: Alizarin. HEX triplet: DF, 27 and 2D. RGB value is (223,39,45). Sum of RGB (Red+Green+Blue) = 223+39+45=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF272D is #20D8D2. Grayscale: #5E5E5E. Windows color (decimal): -2152659 or 2959327. OLE color: 2959327.
HSL color Cylindrical-coordinate representation of color #DF272D: hue angle of 358.04º 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 #DF272D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 45 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.13 |
| HSL | 358.04º | 0.74% | 0.51% | - |
| HSV(B) | 358.04º | 0.83% | 0.87% | - |
| XYZ | 31.63 | 17.33 | 4.16 | - |
| YUV | 94.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 45 | 0 | 0.83 | 0.80 | 0.13 | 358.04 | 0.74 | 0.51 |
| Hex | DF | 27 | 2D | 0 | 53 | 50 | D | 166 | 4A | 33 |
| Octal | 337 | 47 | 55 | 0 | 123 | 120 | 15 | 546 | 112 | 63 |
| Binary | 11011111 | 100111 | 101101 | 0 | 1010011 | 1010000 | 1101 | 101100110 | 1001010 | 110011 |
Color Harmonies of #DF272D
Complementary color
Monochromatic Colors of #DF272D
Black with #DF272D
Text Example
Text Example
White with #DF272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF272D; }
p { color: rgb(223,39,45); }
H1.HeaderClassName
{
color: #DF272D;
}
.AnyTagClassName
{
color: #DF272D;
}
</style>
background-color css
<style>
a { background-color: #DF272D; }
a { background-color: rgb(223,39,45); }
div.DivClassName
{
background-color: #DF272D;
}
.BgClassName
{
background-color: #DF272D;
}
</style>
border-color css
<style>
span { border-color: #DF272D; }
span { border-color: rgb(223,39,45); }
td.TdClassName
{
border-color: #DF272D;
}
.TagClassName
{
border-color: #DF272D;
}
</style>