Shades of Scarlet #E5220A
Tints of Scarlet #E5220A
RGB
CMYK
RGB Variations
Color information
#E5220A (or 0xE5220A) is known color: Scarlet. HEX triplet: E5, 22 and 0A. RGB value is (229,34,10). Sum of RGB (Red+Green+Blue) = 229+34+10=273 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.88% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 229 - color contains mainly: red. Hex color #E5220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5220A is #1ADDF5. Grayscale: #595959. Windows color (decimal): -1760758 or 664293. OLE color: 664293.
HSL color Cylindrical-coordinate representation of color #E5220A: hue angle of 6.58º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5220A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.10 |
| HSL | 6.58º | 0.92% | 0.47% | - |
| HSV(B) | 6.58º | 0.96% | 0.9% | - |
| XYZ | 32.94 | 17.82 | 1.99 | - |
| YUV | 89.57 | 83.1 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 10 | 0 | 0.85 | 0.96 | 0.10 | 6.58 | 0.92 | 0.47 |
| Hex | E5 | 22 | A | 0 | 55 | 60 | A | 7 | 5C | 2F |
| Octal | 345 | 42 | 12 | 0 | 125 | 140 | 12 | 7 | 134 | 57 |
| Binary | 11100101 | 100010 | 1010 | 0 | 1010101 | 1100000 | 1010 | 111 | 1011100 | 101111 |
Color Harmonies of #E5220A
Complementary color
Monochromatic Colors of #E5220A
Black with #E5220A
Text Example
Text Example
White with #E5220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5220A; }
p { color: rgb(229,34,10); }
H1.HeaderClassName
{
color: #E5220A;
}
.AnyTagClassName
{
color: #E5220A;
}
</style>
background-color css
<style>
a { background-color: #E5220A; }
a { background-color: rgb(229,34,10); }
div.DivClassName
{
background-color: #E5220A;
}
.BgClassName
{
background-color: #E5220A;
}
</style>
border-color css
<style>
span { border-color: #E5220A; }
span { border-color: rgb(229,34,10); }
td.TdClassName
{
border-color: #E5220A;
}
.TagClassName
{
border-color: #E5220A;
}
</style>