Shades of Scarlet #E5260D
Tints of Scarlet #E5260D
RGB
CMYK
RGB Variations
Color information
#E5260D (or 0xE5260D) is known color: Scarlet. HEX triplet: E5, 26 and 0D. RGB value is (229,38,13). Sum of RGB (Red+Green+Blue) = 229+38+13=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E5260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5260D is #1AD9F2. Grayscale: #5C5C5C. Windows color (decimal): -1759731 or 861925. OLE color: 861925.
HSL color Cylindrical-coordinate representation of color #E5260D: hue angle of 6.94º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5260D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.10 |
| HSL | 6.94º | 0.89% | 0.47% | - |
| HSV(B) | 6.94º | 0.94% | 0.9% | - |
| XYZ | 33.08 | 18.07 | 2.13 | - |
| YUV | 92.26 | 83.28 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 13 | 0 | 0.83 | 0.94 | 0.10 | 6.94 | 0.89 | 0.47 |
| Hex | E5 | 26 | D | 0 | 53 | 5E | A | 7 | 59 | 2F |
| Octal | 345 | 46 | 15 | 0 | 123 | 136 | 12 | 7 | 131 | 57 |
| Binary | 11100101 | 100110 | 1101 | 0 | 1010011 | 1011110 | 1010 | 111 | 1011001 | 101111 |
Color Harmonies of #E5260D
Complementary color
Monochromatic Colors of #E5260D
Black with #E5260D
Text Example
Text Example
White with #E5260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5260D; }
p { color: rgb(229,38,13); }
H1.HeaderClassName
{
color: #E5260D;
}
.AnyTagClassName
{
color: #E5260D;
}
</style>
background-color css
<style>
a { background-color: #E5260D; }
a { background-color: rgb(229,38,13); }
div.DivClassName
{
background-color: #E5260D;
}
.BgClassName
{
background-color: #E5260D;
}
</style>
border-color css
<style>
span { border-color: #E5260D; }
span { border-color: rgb(229,38,13); }
td.TdClassName
{
border-color: #E5260D;
}
.TagClassName
{
border-color: #E5260D;
}
</style>