Shades of Scarlet #E5290A
Tints of Scarlet #E5290A
RGB
CMYK
RGB Variations
Color information
#E5290A (or 0xE5290A) is known color: Scarlet. HEX triplet: E5, 29 and 0A. RGB value is (229,41,10). Sum of RGB (Red+Green+Blue) = 229+41+10=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E5290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5290A is #1AD6F5. Grayscale: #5D5D5D. Windows color (decimal): -1758966 or 666085. OLE color: 666085.
HSL color Cylindrical-coordinate representation of color #E5290A: hue angle of 8.49º 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 #E5290A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.10 |
| HSL | 8.49º | 0.92% | 0.47% | - |
| HSV(B) | 8.49º | 0.96% | 0.9% | - |
| XYZ | 33.16 | 18.27 | 2.07 | - |
| YUV | 93.68 | 80.78 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 10 | 0 | 0.82 | 0.96 | 0.10 | 8.49 | 0.92 | 0.47 |
| Hex | E5 | 29 | A | 0 | 52 | 60 | A | 8 | 5C | 2F |
| Octal | 345 | 51 | 12 | 0 | 122 | 140 | 12 | 10 | 134 | 57 |
| Binary | 11100101 | 101001 | 1010 | 0 | 1010010 | 1100000 | 1010 | 1000 | 1011100 | 101111 |
Color Harmonies of #E5290A
Complementary color
Monochromatic Colors of #E5290A
Black with #E5290A
Text Example
Text Example
White with #E5290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5290A; }
p { color: rgb(229,41,10); }
H1.HeaderClassName
{
color: #E5290A;
}
.AnyTagClassName
{
color: #E5290A;
}
</style>
background-color css
<style>
a { background-color: #E5290A; }
a { background-color: rgb(229,41,10); }
div.DivClassName
{
background-color: #E5290A;
}
.BgClassName
{
background-color: #E5290A;
}
</style>
border-color css
<style>
span { border-color: #E5290A; }
span { border-color: rgb(229,41,10); }
td.TdClassName
{
border-color: #E5290A;
}
.TagClassName
{
border-color: #E5290A;
}
</style>