Shades of Scarlet #E52400
Tints of Scarlet #E52400
RGB
CMYK
RGB Variations
Color information
#E52400 (or 0xE52400) is known color: Scarlet. HEX triplet: E5, 24 and 00. RGB value is (229,36,0). Sum of RGB (Red+Green+Blue) = 229+36+0=265 (35% of max value = 765). Red value is 229 (89.84% from 255 or 86.42% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 229 - color contains mainly: red. Hex color #E52400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52400 is #1ADBFF. Grayscale: #595959. Windows color (decimal): -1760256 or 9445. OLE color: 9445.
HSL color Cylindrical-coordinate representation of color #E52400: hue angle of 9.43º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E52400 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.10 |
| HSL | 9.43º | 1% | 0.45% | - |
| HSV(B) | 9.43º | 1% | 0.9% | - |
| XYZ | 32.94 | 17.92 | 1.72 | - |
| YUV | 89.6 | 77.44 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 0 | 0 | 0.84 | 1 | 0.10 | 9.43 | 1 | 0.45 |
| Hex | E5 | 24 | 0 | 0 | 54 | 64 | A | 9 | 64 | 2D |
| Octal | 345 | 44 | 0 | 0 | 124 | 144 | 12 | 11 | 144 | 55 |
| Binary | 11100101 | 100100 | 0 | 0 | 1010100 | 1100100 | 1010 | 1001 | 1100100 | 101101 |
Color Harmonies of #E52400
Complementary color
Monochromatic Colors of #E52400
Black with #E52400
Text Example
Text Example
White with #E52400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52400; }
p { color: rgb(229,36,0); }
H1.HeaderClassName
{
color: #E52400;
}
.AnyTagClassName
{
color: #E52400;
}
</style>
background-color css
<style>
a { background-color: #E52400; }
a { background-color: rgb(229,36,0); }
div.DivClassName
{
background-color: #E52400;
}
.BgClassName
{
background-color: #E52400;
}
</style>
border-color css
<style>
span { border-color: #E52400; }
span { border-color: rgb(229,36,0); }
td.TdClassName
{
border-color: #E52400;
}
.TagClassName
{
border-color: #E52400;
}
</style>