Shades of Alizarin #DE273C
Tints of Alizarin #DE273C
RGB
CMYK
RGB Variations
Color information
#DE273C (or 0xDE273C) is known color: Alizarin. HEX triplet: DE, 27 and 3C. RGB value is (222,39,60). Sum of RGB (Red+Green+Blue) = 222+39+60=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE273C is #21D8C3. Grayscale: #606060. Windows color (decimal): -2218180 or 3942366. OLE color: 3942366.
HSL color Cylindrical-coordinate representation of color #DE273C: hue angle of 353.11º 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 #DE273C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 60 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.13 |
| HSL | 353.11º | 0.73% | 0.51% | - |
| HSV(B) | 353.11º | 0.82% | 0.87% | - |
| XYZ | 31.67 | 17.31 | 5.95 | - |
| YUV | 96.11 | 107.63 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 60 | 0 | 0.82 | 0.73 | 0.13 | 353.11 | 0.73 | 0.51 |
| Hex | DE | 27 | 3C | 0 | 52 | 49 | D | 161 | 49 | 33 |
| Octal | 336 | 47 | 74 | 0 | 122 | 111 | 15 | 541 | 111 | 63 |
| Binary | 11011110 | 100111 | 111100 | 0 | 1010010 | 1001001 | 1101 | 101100001 | 1001001 | 110011 |
Color Harmonies of #DE273C
Complementary color
Monochromatic Colors of #DE273C
Black with #DE273C
Text Example
Text Example
White with #DE273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE273C; }
p { color: rgb(222,39,60); }
H1.HeaderClassName
{
color: #DE273C;
}
.AnyTagClassName
{
color: #DE273C;
}
</style>
background-color css
<style>
a { background-color: #DE273C; }
a { background-color: rgb(222,39,60); }
div.DivClassName
{
background-color: #DE273C;
}
.BgClassName
{
background-color: #DE273C;
}
</style>
border-color css
<style>
span { border-color: #DE273C; }
span { border-color: rgb(222,39,60); }
td.TdClassName
{
border-color: #DE273C;
}
.TagClassName
{
border-color: #DE273C;
}
</style>