Shades of Scarlet #E52C08
Tints of Scarlet #E52C08
RGB
CMYK
RGB Variations
Color information
#E52C08 (or 0xE52C08) is known color: Scarlet. HEX triplet: E5, 2C and 08. RGB value is (229,44,8). Sum of RGB (Red+Green+Blue) = 229+44+8=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52C08 is #1AD3F7. Grayscale: #5F5F5F. Windows color (decimal): -1758200 or 535781. OLE color: 535781.
HSL color Cylindrical-coordinate representation of color #E52C08: hue angle of 9.77º 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 #E52C08 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 8 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.10 |
| HSL | 9.77º | 0.93% | 0.46% | - |
| HSV(B) | 9.77º | 0.97% | 0.9% | - |
| XYZ | 33.26 | 18.48 | 2.04 | - |
| YUV | 95.21 | 78.79 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 8 | 0 | 0.81 | 0.97 | 0.10 | 9.77 | 0.93 | 0.46 |
| Hex | E5 | 2C | 8 | 0 | 51 | 61 | A | A | 5D | 2E |
| Octal | 345 | 54 | 10 | 0 | 121 | 141 | 12 | 12 | 135 | 56 |
| Binary | 11100101 | 101100 | 1000 | 0 | 1010001 | 1100001 | 1010 | 1010 | 1011101 | 101110 |
Color Harmonies of #E52C08
Complementary color
Monochromatic Colors of #E52C08
Black with #E52C08
Text Example
Text Example
White with #E52C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C08; }
p { color: rgb(229,44,8); }
H1.HeaderClassName
{
color: #E52C08;
}
.AnyTagClassName
{
color: #E52C08;
}
</style>
background-color css
<style>
a { background-color: #E52C08; }
a { background-color: rgb(229,44,8); }
div.DivClassName
{
background-color: #E52C08;
}
.BgClassName
{
background-color: #E52C08;
}
</style>
border-color css
<style>
span { border-color: #E52C08; }
span { border-color: rgb(229,44,8); }
td.TdClassName
{
border-color: #E52C08;
}
.TagClassName
{
border-color: #E52C08;
}
</style>