Shades of Alizarin #DE272D
Tints of Alizarin #DE272D
RGB
CMYK
RGB Variations
Color information
#DE272D (or 0xDE272D) is known color: Alizarin. HEX triplet: DE, 27 and 2D. RGB value is (222,39,45). Sum of RGB (Red+Green+Blue) = 222+39+45=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE272D is #21D8D2. Grayscale: #5E5E5E. Windows color (decimal): -2218195 or 2959326. OLE color: 2959326.
HSL color Cylindrical-coordinate representation of color #DE272D: hue angle of 358.03º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE272D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 45 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.13 |
| HSL | 358.03º | 0.73% | 0.51% | - |
| HSV(B) | 358.03º | 0.82% | 0.87% | - |
| XYZ | 31.32 | 17.17 | 4.15 | - |
| YUV | 94.4 | 100.13 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 45 | 0 | 0.82 | 0.80 | 0.13 | 358.03 | 0.73 | 0.51 |
| Hex | DE | 27 | 2D | 0 | 52 | 50 | D | 166 | 49 | 33 |
| Octal | 336 | 47 | 55 | 0 | 122 | 120 | 15 | 546 | 111 | 63 |
| Binary | 11011110 | 100111 | 101101 | 0 | 1010010 | 1010000 | 1101 | 101100110 | 1001001 | 110011 |
Color Harmonies of #DE272D
Complementary color
Monochromatic Colors of #DE272D
Black with #DE272D
Text Example
Text Example
White with #DE272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE272D; }
p { color: rgb(222,39,45); }
H1.HeaderClassName
{
color: #DE272D;
}
.AnyTagClassName
{
color: #DE272D;
}
</style>
background-color css
<style>
a { background-color: #DE272D; }
a { background-color: rgb(222,39,45); }
div.DivClassName
{
background-color: #DE272D;
}
.BgClassName
{
background-color: #DE272D;
}
</style>
border-color css
<style>
span { border-color: #DE272D; }
span { border-color: rgb(222,39,45); }
td.TdClassName
{
border-color: #DE272D;
}
.TagClassName
{
border-color: #DE272D;
}
</style>