Shades of Alizarin #E6273B
Tints of Alizarin #E6273B
RGB
CMYK
RGB Variations
Color information
#E6273B (or 0xE6273B) is known color: Alizarin. HEX triplet: E6, 27 and 3B. RGB value is (230,39,59). Sum of RGB (Red+Green+Blue) = 230+39+59=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E6273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6273B is #19D8C4. Grayscale: #626262. Windows color (decimal): -1693893 or 3876838. OLE color: 3876838.
HSL color Cylindrical-coordinate representation of color #E6273B: hue angle of 353.72º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6273B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 59 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.10 |
| HSL | 353.72º | 0.79% | 0.53% | - |
| HSV(B) | 353.72º | 0.83% | 0.9% | - |
| XYZ | 34.15 | 18.59 | 5.93 | - |
| YUV | 98.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 59 | 0 | 0.83 | 0.74 | 0.10 | 353.72 | 0.79 | 0.53 |
| Hex | E6 | 27 | 3B | 0 | 53 | 4A | A | 162 | 4F | 35 |
| Octal | 346 | 47 | 73 | 0 | 123 | 112 | 12 | 542 | 117 | 65 |
| Binary | 11100110 | 100111 | 111011 | 0 | 1010011 | 1001010 | 1010 | 101100010 | 1001111 | 110101 |
Color Harmonies of #E6273B
Complementary color
Monochromatic Colors of #E6273B
Black with #E6273B
Text Example
Text Example
White with #E6273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6273B; }
p { color: rgb(230,39,59); }
H1.HeaderClassName
{
color: #E6273B;
}
.AnyTagClassName
{
color: #E6273B;
}
</style>
background-color css
<style>
a { background-color: #E6273B; }
a { background-color: rgb(230,39,59); }
div.DivClassName
{
background-color: #E6273B;
}
.BgClassName
{
background-color: #E6273B;
}
</style>
border-color css
<style>
span { border-color: #E6273B; }
span { border-color: rgb(230,39,59); }
td.TdClassName
{
border-color: #E6273B;
}
.TagClassName
{
border-color: #E6273B;
}
</style>