Shades of Alizarin #DE273B
Tints of Alizarin #DE273B
RGB
CMYK
RGB Variations
Color information
#DE273B (or 0xDE273B) is known color: Alizarin. HEX triplet: DE, 27 and 3B. RGB value is (222,39,59). Sum of RGB (Red+Green+Blue) = 222+39+59=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE273B is #21D8C4. Grayscale: #606060. Windows color (decimal): -2218181 or 3876830. OLE color: 3876830.
HSL color Cylindrical-coordinate representation of color #DE273B: hue angle of 353.44º 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 #DE273B is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 59 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.13 |
| HSL | 353.44º | 0.73% | 0.51% | - |
| HSV(B) | 353.44º | 0.82% | 0.87% | - |
| XYZ | 31.64 | 17.3 | 5.81 | - |
| YUV | 96 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 59 | 0 | 0.82 | 0.73 | 0.13 | 353.44 | 0.73 | 0.51 |
| Hex | DE | 27 | 3B | 0 | 52 | 49 | D | 161 | 49 | 33 |
| Octal | 336 | 47 | 73 | 0 | 122 | 111 | 15 | 541 | 111 | 63 |
| Binary | 11011110 | 100111 | 111011 | 0 | 1010010 | 1001001 | 1101 | 101100001 | 1001001 | 110011 |
Color Harmonies of #DE273B
Complementary color
Monochromatic Colors of #DE273B
Black with #DE273B
Text Example
Text Example
White with #DE273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE273B; }
p { color: rgb(222,39,59); }
H1.HeaderClassName
{
color: #DE273B;
}
.AnyTagClassName
{
color: #DE273B;
}
</style>
background-color css
<style>
a { background-color: #DE273B; }
a { background-color: rgb(222,39,59); }
div.DivClassName
{
background-color: #DE273B;
}
.BgClassName
{
background-color: #DE273B;
}
</style>
border-color css
<style>
span { border-color: #DE273B; }
span { border-color: rgb(222,39,59); }
td.TdClassName
{
border-color: #DE273B;
}
.TagClassName
{
border-color: #DE273B;
}
</style>