Shades of Scarlet #E53300
Tints of Scarlet #E53300
RGB
CMYK
RGB Variations
Color information
#E53300 (or 0xE53300) is known color: Scarlet. HEX triplet: E5, 33 and 00. RGB value is (229,51,0). Sum of RGB (Red+Green+Blue) = 229+51+0=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E53300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53300 is #1ACCFF. Grayscale: #626262. Windows color (decimal): -1756416 or 13285. OLE color: 13285.
HSL color Cylindrical-coordinate representation of color #E53300: hue angle of 13.36º 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 #E53300 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.10 |
| HSL | 13.36º | 1% | 0.45% | - |
| HSV(B) | 13.36º | 1% | 0.9% | - |
| XYZ | 33.5 | 19.03 | 1.91 | - |
| YUV | 98.41 | 72.47 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 0 | 0 | 0.78 | 1 | 0.10 | 13.36 | 1 | 0.45 |
| Hex | E5 | 33 | 0 | 0 | 4E | 64 | A | D | 64 | 2D |
| Octal | 345 | 63 | 0 | 0 | 116 | 144 | 12 | 15 | 144 | 55 |
| Binary | 11100101 | 110011 | 0 | 0 | 1001110 | 1100100 | 1010 | 1101 | 1100100 | 101101 |
Color Harmonies of #E53300
Complementary color
Monochromatic Colors of #E53300
Black with #E53300
Text Example
Text Example
White with #E53300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53300; }
p { color: rgb(229,51,0); }
H1.HeaderClassName
{
color: #E53300;
}
.AnyTagClassName
{
color: #E53300;
}
</style>
background-color css
<style>
a { background-color: #E53300; }
a { background-color: rgb(229,51,0); }
div.DivClassName
{
background-color: #E53300;
}
.BgClassName
{
background-color: #E53300;
}
</style>
border-color css
<style>
span { border-color: #E53300; }
span { border-color: rgb(229,51,0); }
td.TdClassName
{
border-color: #E53300;
}
.TagClassName
{
border-color: #E53300;
}
</style>