Shades of Scarlet #E53301
Tints of Scarlet #E53301
RGB
CMYK
RGB Variations
Color information
#E53301 (or 0xE53301) is known color: Scarlet. HEX triplet: E5, 33 and 01. RGB value is (229,51,1). Sum of RGB (Red+Green+Blue) = 229+51+1=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E53301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53301 is #1ACCFE. Grayscale: #626262. Windows color (decimal): -1756415 or 78821. OLE color: 78821.
HSL color Cylindrical-coordinate representation of color #E53301: hue angle of 13.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E53301 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 1 | - |
| CMYK | 0 | 0.78 | 1.00 | 0.10 |
| HSL | 13.16º | 0.99% | 0.45% | - |
| HSV(B) | 13.16º | 1% | 0.9% | - |
| XYZ | 33.5 | 19.03 | 1.94 | - |
| YUV | 98.52 | 72.97 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 1 | 0 | 0.78 | 1.00 | 0.10 | 13.16 | 0.99 | 0.45 |
| Hex | E5 | 33 | 1 | 0 | 4E | 64 | A | D | 63 | 2D |
| Octal | 345 | 63 | 1 | 0 | 116 | 144 | 12 | 15 | 143 | 55 |
| Binary | 11100101 | 110011 | 1 | 0 | 1001110 | 1100100 | 1010 | 1101 | 1100011 | 101101 |
Color Harmonies of #E53301
Complementary color
Monochromatic Colors of #E53301
Black with #E53301
Text Example
Text Example
White with #E53301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53301; }
p { color: rgb(229,51,1); }
H1.HeaderClassName
{
color: #E53301;
}
.AnyTagClassName
{
color: #E53301;
}
</style>
background-color css
<style>
a { background-color: #E53301; }
a { background-color: rgb(229,51,1); }
div.DivClassName
{
background-color: #E53301;
}
.BgClassName
{
background-color: #E53301;
}
</style>
border-color css
<style>
span { border-color: #E53301; }
span { border-color: rgb(229,51,1); }
td.TdClassName
{
border-color: #E53301;
}
.TagClassName
{
border-color: #E53301;
}
</style>