Shades of Scarlet #E52B08
Tints of Scarlet #E52B08
RGB
CMYK
RGB Variations
Color information
#E52B08 (or 0xE52B08) is known color: Scarlet. HEX triplet: E5, 2B and 08. RGB value is (229,43,8). Sum of RGB (Red+Green+Blue) = 229+43+8=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52B08 is #1AD4F7. Grayscale: #5E5E5E. Windows color (decimal): -1758456 or 535525. OLE color: 535525.
HSL color Cylindrical-coordinate representation of color #E52B08: hue angle of 9.5º 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 #E52B08 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 8 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.10 |
| HSL | 9.5º | 0.93% | 0.46% | - |
| HSV(B) | 9.5º | 0.97% | 0.9% | - |
| XYZ | 33.22 | 18.4 | 2.03 | - |
| YUV | 94.62 | 79.12 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 8 | 0 | 0.81 | 0.97 | 0.10 | 9.5 | 0.93 | 0.46 |
| Hex | E5 | 2B | 8 | 0 | 51 | 61 | A | A | 5D | 2E |
| Octal | 345 | 53 | 10 | 0 | 121 | 141 | 12 | 12 | 135 | 56 |
| Binary | 11100101 | 101011 | 1000 | 0 | 1010001 | 1100001 | 1010 | 1010 | 1011101 | 101110 |
Color Harmonies of #E52B08
Complementary color
Monochromatic Colors of #E52B08
Black with #E52B08
Text Example
Text Example
White with #E52B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B08; }
p { color: rgb(229,43,8); }
H1.HeaderClassName
{
color: #E52B08;
}
.AnyTagClassName
{
color: #E52B08;
}
</style>
background-color css
<style>
a { background-color: #E52B08; }
a { background-color: rgb(229,43,8); }
div.DivClassName
{
background-color: #E52B08;
}
.BgClassName
{
background-color: #E52B08;
}
</style>
border-color css
<style>
span { border-color: #E52B08; }
span { border-color: rgb(229,43,8); }
td.TdClassName
{
border-color: #E52B08;
}
.TagClassName
{
border-color: #E52B08;
}
</style>