Shades of Scarlet #E53204
Tints of Scarlet #E53204
RGB
CMYK
RGB Variations
Color information
#E53204 (or 0xE53204) is known color: Scarlet. HEX triplet: E5, 32 and 04. RGB value is (229,50,4). Sum of RGB (Red+Green+Blue) = 229+50+4=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E53204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53204 is #1ACDFB. Grayscale: #626262. Windows color (decimal): -1756668 or 275173. OLE color: 275173.
HSL color Cylindrical-coordinate representation of color #E53204: hue angle of 12.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E53204 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.10 |
| HSL | 12.27º | 0.97% | 0.46% | - |
| HSV(B) | 12.27º | 0.98% | 0.9% | - |
| XYZ | 33.48 | 18.95 | 2.01 | - |
| YUV | 98.28 | 74.8 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 4 | 0 | 0.78 | 0.98 | 0.10 | 12.27 | 0.97 | 0.46 |
| Hex | E5 | 32 | 4 | 0 | 4E | 62 | A | C | 61 | 2E |
| Octal | 345 | 62 | 4 | 0 | 116 | 142 | 12 | 14 | 141 | 56 |
| Binary | 11100101 | 110010 | 100 | 0 | 1001110 | 1100010 | 1010 | 1100 | 1100001 | 101110 |
Color Harmonies of #E53204
Complementary color
Monochromatic Colors of #E53204
Black with #E53204
Text Example
Text Example
White with #E53204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53204; }
p { color: rgb(229,50,4); }
H1.HeaderClassName
{
color: #E53204;
}
.AnyTagClassName
{
color: #E53204;
}
</style>
background-color css
<style>
a { background-color: #E53204; }
a { background-color: rgb(229,50,4); }
div.DivClassName
{
background-color: #E53204;
}
.BgClassName
{
background-color: #E53204;
}
</style>
border-color css
<style>
span { border-color: #E53204; }
span { border-color: rgb(229,50,4); }
td.TdClassName
{
border-color: #E53204;
}
.TagClassName
{
border-color: #E53204;
}
</style>