Shades of Scarlet #E53205
Tints of Scarlet #E53205
RGB
CMYK
RGB Variations
Color information
#E53205 (or 0xE53205) is known color: Scarlet. HEX triplet: E5, 32 and 05. RGB value is (229,50,5). Sum of RGB (Red+Green+Blue) = 229+50+5=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E53205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53205 is #1ACDFA. Grayscale: #626262. Windows color (decimal): -1756667 or 340709. OLE color: 340709.
HSL color Cylindrical-coordinate representation of color #E53205: hue angle of 12.05º degrees, saturation: 0.96, 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 #E53205 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.10 |
| HSL | 12.05º | 0.96% | 0.46% | - |
| HSV(B) | 12.05º | 0.98% | 0.9% | - |
| XYZ | 33.48 | 18.95 | 2.04 | - |
| YUV | 98.39 | 75.3 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 5 | 0 | 0.78 | 0.98 | 0.10 | 12.05 | 0.96 | 0.46 |
| Hex | E5 | 32 | 5 | 0 | 4E | 62 | A | C | 60 | 2E |
| Octal | 345 | 62 | 5 | 0 | 116 | 142 | 12 | 14 | 140 | 56 |
| Binary | 11100101 | 110010 | 101 | 0 | 1001110 | 1100010 | 1010 | 1100 | 1100000 | 101110 |
Color Harmonies of #E53205
Complementary color
Monochromatic Colors of #E53205
Black with #E53205
Text Example
Text Example
White with #E53205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53205; }
p { color: rgb(229,50,5); }
H1.HeaderClassName
{
color: #E53205;
}
.AnyTagClassName
{
color: #E53205;
}
</style>
background-color css
<style>
a { background-color: #E53205; }
a { background-color: rgb(229,50,5); }
div.DivClassName
{
background-color: #E53205;
}
.BgClassName
{
background-color: #E53205;
}
</style>
border-color css
<style>
span { border-color: #E53205; }
span { border-color: rgb(229,50,5); }
td.TdClassName
{
border-color: #E53205;
}
.TagClassName
{
border-color: #E53205;
}
</style>