Shades of Scarlet #E53203
Tints of Scarlet #E53203
RGB
CMYK
RGB Variations
Color information
#E53203 (or 0xE53203) is known color: Scarlet. HEX triplet: E5, 32 and 03. RGB value is (229,50,3). Sum of RGB (Red+Green+Blue) = 229+50+3=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E53203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53203 is #1ACDFC. Grayscale: #626262. Windows color (decimal): -1756669 or 209637. OLE color: 209637.
HSL color Cylindrical-coordinate representation of color #E53203: hue angle of 12.48º degrees, saturation: 0.97, 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 #E53203 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.10 |
| HSL | 12.48º | 0.97% | 0.45% | - |
| HSV(B) | 12.48º | 0.99% | 0.9% | - |
| XYZ | 33.47 | 18.95 | 1.98 | - |
| YUV | 98.16 | 74.3 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 3 | 0 | 0.78 | 0.99 | 0.10 | 12.48 | 0.97 | 0.45 |
| Hex | E5 | 32 | 3 | 0 | 4E | 63 | A | C | 61 | 2D |
| Octal | 345 | 62 | 3 | 0 | 116 | 143 | 12 | 14 | 141 | 55 |
| Binary | 11100101 | 110010 | 11 | 0 | 1001110 | 1100011 | 1010 | 1100 | 1100001 | 101101 |
Color Harmonies of #E53203
Complementary color
Monochromatic Colors of #E53203
Black with #E53203
Text Example
Text Example
White with #E53203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53203; }
p { color: rgb(229,50,3); }
H1.HeaderClassName
{
color: #E53203;
}
.AnyTagClassName
{
color: #E53203;
}
</style>
background-color css
<style>
a { background-color: #E53203; }
a { background-color: rgb(229,50,3); }
div.DivClassName
{
background-color: #E53203;
}
.BgClassName
{
background-color: #E53203;
}
</style>
border-color css
<style>
span { border-color: #E53203; }
span { border-color: rgb(229,50,3); }
td.TdClassName
{
border-color: #E53203;
}
.TagClassName
{
border-color: #E53203;
}
</style>