Shades of Scarlet #E7260F
Tints of Scarlet #E7260F
RGB
CMYK
RGB Variations
Color information
#E7260F (or 0xE7260F) is known color: Scarlet. HEX triplet: E7, 26 and 0F. RGB value is (231,38,15). Sum of RGB (Red+Green+Blue) = 231+38+15=284 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.34% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 231 - color contains mainly: red. Hex color #E7260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7260F is #18D9F0. Grayscale: #5D5D5D. Windows color (decimal): -1628657 or 992999. OLE color: 992999.
HSL color Cylindrical-coordinate representation of color #E7260F: hue angle of 6.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7260F is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 15 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.09 |
| HSL | 6.39º | 0.88% | 0.48% | - |
| HSV(B) | 6.39º | 0.94% | 0.91% | - |
| XYZ | 33.73 | 18.41 | 2.23 | - |
| YUV | 93.09 | 83.94 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 15 | 0 | 0.84 | 0.94 | 0.09 | 6.39 | 0.88 | 0.48 |
| Hex | E7 | 26 | F | 0 | 54 | 5E | 9 | 6 | 58 | 30 |
| Octal | 347 | 46 | 17 | 0 | 124 | 136 | 11 | 6 | 130 | 60 |
| Binary | 11100111 | 100110 | 1111 | 0 | 1010100 | 1011110 | 1001 | 110 | 1011000 | 110000 |
Color Harmonies of #E7260F
Complementary color
Monochromatic Colors of #E7260F
Black with #E7260F
Text Example
Text Example
White with #E7260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7260F; }
p { color: rgb(231,38,15); }
H1.HeaderClassName
{
color: #E7260F;
}
.AnyTagClassName
{
color: #E7260F;
}
</style>
background-color css
<style>
a { background-color: #E7260F; }
a { background-color: rgb(231,38,15); }
div.DivClassName
{
background-color: #E7260F;
}
.BgClassName
{
background-color: #E7260F;
}
</style>
border-color css
<style>
span { border-color: #E7260F; }
span { border-color: rgb(231,38,15); }
td.TdClassName
{
border-color: #E7260F;
}
.TagClassName
{
border-color: #E7260F;
}
</style>