Shades of Alizarin #EB273E
Tints of Alizarin #EB273E
RGB
CMYK
RGB Variations
Color information
#EB273E (or 0xEB273E) is known color: Alizarin. HEX triplet: EB, 27 and 3E. RGB value is (235,39,62). Sum of RGB (Red+Green+Blue) = 235+39+62=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB273E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB273E is #14D8C1. Grayscale: #646464. Windows color (decimal): -1366210 or 4073451. OLE color: 4073451.
HSL color Cylindrical-coordinate representation of color #EB273E: hue angle of 352.96º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB273E is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 62 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.08 |
| HSL | 352.96º | 0.83% | 0.54% | - |
| HSV(B) | 352.96º | 0.83% | 0.92% | - |
| XYZ | 35.86 | 19.46 | 6.42 | - |
| YUV | 100.23 | 106.43 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 62 | 0 | 0.83 | 0.74 | 0.08 | 352.96 | 0.83 | 0.54 |
| Hex | EB | 27 | 3E | 0 | 53 | 4A | 8 | 161 | 53 | 36 |
| Octal | 353 | 47 | 76 | 0 | 123 | 112 | 10 | 541 | 123 | 66 |
| Binary | 11101011 | 100111 | 111110 | 0 | 1010011 | 1001010 | 1000 | 101100001 | 1010011 | 110110 |
Color Harmonies of #EB273E
Complementary color
Monochromatic Colors of #EB273E
Black with #EB273E
Text Example
Text Example
White with #EB273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB273E; }
p { color: rgb(235,39,62); }
H1.HeaderClassName
{
color: #EB273E;
}
.AnyTagClassName
{
color: #EB273E;
}
</style>
background-color css
<style>
a { background-color: #EB273E; }
a { background-color: rgb(235,39,62); }
div.DivClassName
{
background-color: #EB273E;
}
.BgClassName
{
background-color: #EB273E;
}
</style>
border-color css
<style>
span { border-color: #EB273E; }
span { border-color: rgb(235,39,62); }
td.TdClassName
{
border-color: #EB273E;
}
.TagClassName
{
border-color: #EB273E;
}
</style>