Shades of Scarlet #E53302
Tints of Scarlet #E53302
RGB
CMYK
RGB Variations
Color information
#E53302 (or 0xE53302) is known color: Scarlet. HEX triplet: E5, 33 and 02. RGB value is (229,51,2). Sum of RGB (Red+Green+Blue) = 229+51+2=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E53302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53302 is #1ACCFD. Grayscale: #636363. Windows color (decimal): -1756414 or 144357. OLE color: 144357.
HSL color Cylindrical-coordinate representation of color #E53302: hue angle of 12.95º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E53302 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.10 |
| HSL | 12.95º | 0.98% | 0.45% | - |
| HSV(B) | 12.95º | 0.99% | 0.9% | - |
| XYZ | 33.51 | 19.03 | 1.96 | - |
| YUV | 98.64 | 73.47 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 2 | 0 | 0.78 | 0.99 | 0.10 | 12.95 | 0.98 | 0.45 |
| Hex | E5 | 33 | 2 | 0 | 4E | 63 | A | D | 62 | 2D |
| Octal | 345 | 63 | 2 | 0 | 116 | 143 | 12 | 15 | 142 | 55 |
| Binary | 11100101 | 110011 | 10 | 0 | 1001110 | 1100011 | 1010 | 1101 | 1100010 | 101101 |
Color Harmonies of #E53302
Complementary color
Monochromatic Colors of #E53302
Black with #E53302
Text Example
Text Example
White with #E53302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53302; }
p { color: rgb(229,51,2); }
H1.HeaderClassName
{
color: #E53302;
}
.AnyTagClassName
{
color: #E53302;
}
</style>
background-color css
<style>
a { background-color: #E53302; }
a { background-color: rgb(229,51,2); }
div.DivClassName
{
background-color: #E53302;
}
.BgClassName
{
background-color: #E53302;
}
</style>
border-color css
<style>
span { border-color: #E53302; }
span { border-color: rgb(229,51,2); }
td.TdClassName
{
border-color: #E53302;
}
.TagClassName
{
border-color: #E53302;
}
</style>