Shades of Scarlet #E7260A
Tints of Scarlet #E7260A
RGB
CMYK
RGB Variations
Color information
#E7260A (or 0xE7260A) is known color: Scarlet. HEX triplet: E7, 26 and 0A. RGB value is (231,38,10). Sum of RGB (Red+Green+Blue) = 231+38+10=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E7260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7260A is #18D9F5. Grayscale: #5C5C5C. Windows color (decimal): -1628662 or 665319. OLE color: 665319.
HSL color Cylindrical-coordinate representation of color #E7260A: hue angle of 7.6º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7260A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.09 |
| HSL | 7.6º | 0.92% | 0.47% | - |
| HSV(B) | 7.6º | 0.96% | 0.91% | - |
| XYZ | 33.7 | 18.4 | 2.06 | - |
| YUV | 92.52 | 81.44 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 10 | 0 | 0.84 | 0.96 | 0.09 | 7.6 | 0.92 | 0.47 |
| Hex | E7 | 26 | A | 0 | 54 | 60 | 9 | 8 | 5C | 2F |
| Octal | 347 | 46 | 12 | 0 | 124 | 140 | 11 | 10 | 134 | 57 |
| Binary | 11100111 | 100110 | 1010 | 0 | 1010100 | 1100000 | 1001 | 1000 | 1011100 | 101111 |
Color Harmonies of #E7260A
Complementary color
Monochromatic Colors of #E7260A
Black with #E7260A
Text Example
Text Example
White with #E7260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7260A; }
p { color: rgb(231,38,10); }
H1.HeaderClassName
{
color: #E7260A;
}
.AnyTagClassName
{
color: #E7260A;
}
</style>
background-color css
<style>
a { background-color: #E7260A; }
a { background-color: rgb(231,38,10); }
div.DivClassName
{
background-color: #E7260A;
}
.BgClassName
{
background-color: #E7260A;
}
</style>
border-color css
<style>
span { border-color: #E7260A; }
span { border-color: rgb(231,38,10); }
td.TdClassName
{
border-color: #E7260A;
}
.TagClassName
{
border-color: #E7260A;
}
</style>