Shades of Scarlet #E53103
Tints of Scarlet #E53103
RGB
CMYK
RGB Variations
Color information
#E53103 (or 0xE53103) is known color: Scarlet. HEX triplet: E5, 31 and 03. RGB value is (229,49,3). Sum of RGB (Red+Green+Blue) = 229+49+3=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E53103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53103 is #1ACEFC. Grayscale: #616161. Windows color (decimal): -1756925 or 209381. OLE color: 209381.
HSL color Cylindrical-coordinate representation of color #E53103: hue angle of 12.21º 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 #E53103 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 3 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.10 |
| HSL | 12.21º | 0.97% | 0.45% | - |
| HSV(B) | 12.21º | 0.99% | 0.9% | - |
| XYZ | 33.43 | 18.86 | 1.96 | - |
| YUV | 97.58 | 74.63 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 3 | 0 | 0.79 | 0.99 | 0.10 | 12.21 | 0.97 | 0.45 |
| Hex | E5 | 31 | 3 | 0 | 4F | 63 | A | C | 61 | 2D |
| Octal | 345 | 61 | 3 | 0 | 117 | 143 | 12 | 14 | 141 | 55 |
| Binary | 11100101 | 110001 | 11 | 0 | 1001111 | 1100011 | 1010 | 1100 | 1100001 | 101101 |
Color Harmonies of #E53103
Complementary color
Monochromatic Colors of #E53103
Black with #E53103
Text Example
Text Example
White with #E53103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53103; }
p { color: rgb(229,49,3); }
H1.HeaderClassName
{
color: #E53103;
}
.AnyTagClassName
{
color: #E53103;
}
</style>
background-color css
<style>
a { background-color: #E53103; }
a { background-color: rgb(229,49,3); }
div.DivClassName
{
background-color: #E53103;
}
.BgClassName
{
background-color: #E53103;
}
</style>
border-color css
<style>
span { border-color: #E53103; }
span { border-color: rgb(229,49,3); }
td.TdClassName
{
border-color: #E53103;
}
.TagClassName
{
border-color: #E53103;
}
</style>