Shades of Scarlet #E52E08
Tints of Scarlet #E52E08
RGB
CMYK
RGB Variations
Color information
#E52E08 (or 0xE52E08) is known color: Scarlet. HEX triplet: E5, 2E and 08. RGB value is (229,46,8). Sum of RGB (Red+Green+Blue) = 229+46+8=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52E08 is #1AD1F7. Grayscale: #606060. Windows color (decimal): -1757688 or 536293. OLE color: 536293.
HSL color Cylindrical-coordinate representation of color #E52E08: hue angle of 10.32º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E52E08 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 46 | 8 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.10 |
| HSL | 10.32º | 0.93% | 0.46% | - |
| HSV(B) | 10.32º | 0.97% | 0.9% | - |
| XYZ | 33.33 | 18.63 | 2.07 | - |
| YUV | 96.39 | 78.13 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 46 | 8 | 0 | 0.80 | 0.97 | 0.10 | 10.32 | 0.93 | 0.46 |
| Hex | E5 | 2E | 8 | 0 | 50 | 61 | A | A | 5D | 2E |
| Octal | 345 | 56 | 10 | 0 | 120 | 141 | 12 | 12 | 135 | 56 |
| Binary | 11100101 | 101110 | 1000 | 0 | 1010000 | 1100001 | 1010 | 1010 | 1011101 | 101110 |
Color Harmonies of #E52E08
Complementary color
Monochromatic Colors of #E52E08
Black with #E52E08
Text Example
Text Example
White with #E52E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52E08; }
p { color: rgb(229,46,8); }
H1.HeaderClassName
{
color: #E52E08;
}
.AnyTagClassName
{
color: #E52E08;
}
</style>
background-color css
<style>
a { background-color: #E52E08; }
a { background-color: rgb(229,46,8); }
div.DivClassName
{
background-color: #E52E08;
}
.BgClassName
{
background-color: #E52E08;
}
</style>
border-color css
<style>
span { border-color: #E52E08; }
span { border-color: rgb(229,46,8); }
td.TdClassName
{
border-color: #E52E08;
}
.TagClassName
{
border-color: #E52E08;
}
</style>