Shades of Scarlet #E5260E
Tints of Scarlet #E5260E
RGB
CMYK
RGB Variations
Color information
#E5260E (or 0xE5260E) is known color: Scarlet. HEX triplet: E5, 26 and 0E. RGB value is (229,38,14). Sum of RGB (Red+Green+Blue) = 229+38+14=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E5260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5260E is #1AD9F1. Grayscale: #5C5C5C. Windows color (decimal): -1759730 or 927461. OLE color: 927461.
HSL color Cylindrical-coordinate representation of color #E5260E: hue angle of 6.7º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5260E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.10 |
| HSL | 6.7º | 0.88% | 0.48% | - |
| HSV(B) | 6.7º | 0.94% | 0.9% | - |
| XYZ | 33.09 | 18.08 | 2.16 | - |
| YUV | 92.37 | 83.78 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 14 | 0 | 0.83 | 0.94 | 0.10 | 6.7 | 0.88 | 0.48 |
| Hex | E5 | 26 | E | 0 | 53 | 5E | A | 7 | 58 | 30 |
| Octal | 345 | 46 | 16 | 0 | 123 | 136 | 12 | 7 | 130 | 60 |
| Binary | 11100101 | 100110 | 1110 | 0 | 1010011 | 1011110 | 1010 | 111 | 1011000 | 110000 |
Color Harmonies of #E5260E
Complementary color
Monochromatic Colors of #E5260E
Black with #E5260E
Text Example
Text Example
White with #E5260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5260E; }
p { color: rgb(229,38,14); }
H1.HeaderClassName
{
color: #E5260E;
}
.AnyTagClassName
{
color: #E5260E;
}
</style>
background-color css
<style>
a { background-color: #E5260E; }
a { background-color: rgb(229,38,14); }
div.DivClassName
{
background-color: #E5260E;
}
.BgClassName
{
background-color: #E5260E;
}
</style>
border-color css
<style>
span { border-color: #E5260E; }
span { border-color: rgb(229,38,14); }
td.TdClassName
{
border-color: #E5260E;
}
.TagClassName
{
border-color: #E5260E;
}
</style>