Shades of Scarlet #E5260C
Tints of Scarlet #E5260C
RGB
CMYK
RGB Variations
Color information
#E5260C (or 0xE5260C) is known color: Scarlet. HEX triplet: E5, 26 and 0C. RGB value is (229,38,12). Sum of RGB (Red+Green+Blue) = 229+38+12=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E5260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5260C is #1AD9F3. Grayscale: #5C5C5C. Windows color (decimal): -1759732 or 796389. OLE color: 796389.
HSL color Cylindrical-coordinate representation of color #E5260C: hue angle of 7.19º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5260C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.10 |
| HSL | 7.19º | 0.9% | 0.47% | - |
| HSV(B) | 7.19º | 0.95% | 0.9% | - |
| XYZ | 33.07 | 18.07 | 2.09 | - |
| YUV | 92.15 | 82.78 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 12 | 0 | 0.83 | 0.95 | 0.10 | 7.19 | 0.9 | 0.47 |
| Hex | E5 | 26 | C | 0 | 53 | 5F | A | 7 | 5A | 2F |
| Octal | 345 | 46 | 14 | 0 | 123 | 137 | 12 | 7 | 132 | 57 |
| Binary | 11100101 | 100110 | 1100 | 0 | 1010011 | 1011111 | 1010 | 111 | 1011010 | 101111 |
Color Harmonies of #E5260C
Complementary color
Monochromatic Colors of #E5260C
Black with #E5260C
Text Example
Text Example
White with #E5260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5260C; }
p { color: rgb(229,38,12); }
H1.HeaderClassName
{
color: #E5260C;
}
.AnyTagClassName
{
color: #E5260C;
}
</style>
background-color css
<style>
a { background-color: #E5260C; }
a { background-color: rgb(229,38,12); }
div.DivClassName
{
background-color: #E5260C;
}
.BgClassName
{
background-color: #E5260C;
}
</style>
border-color css
<style>
span { border-color: #E5260C; }
span { border-color: rgb(229,38,12); }
td.TdClassName
{
border-color: #E5260C;
}
.TagClassName
{
border-color: #E5260C;
}
</style>