Shades of Scarlet #E5200D
Tints of Scarlet #E5200D
RGB
CMYK
RGB Variations
Color information
#E5200D (or 0xE5200D) is known color: Scarlet. HEX triplet: E5, 20 and 0D. RGB value is (229,32,13). Sum of RGB (Red+Green+Blue) = 229+32+13=274 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.58% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 229 - color contains mainly: red. Hex color #E5200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5200D is #1ADFF2. Grayscale: #595959. Windows color (decimal): -1761267 or 860389. OLE color: 860389.
HSL color Cylindrical-coordinate representation of color #E5200D: hue angle of 5.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5200D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 13 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.10 |
| HSL | 5.28º | 0.89% | 0.47% | - |
| HSV(B) | 5.28º | 0.94% | 0.9% | - |
| XYZ | 32.9 | 17.72 | 2.07 | - |
| YUV | 88.74 | 85.27 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 13 | 0 | 0.86 | 0.94 | 0.10 | 5.28 | 0.89 | 0.47 |
| Hex | E5 | 20 | D | 0 | 56 | 5E | A | 5 | 59 | 2F |
| Octal | 345 | 40 | 15 | 0 | 126 | 136 | 12 | 5 | 131 | 57 |
| Binary | 11100101 | 100000 | 1101 | 0 | 1010110 | 1011110 | 1010 | 101 | 1011001 | 101111 |
Color Harmonies of #E5200D
Complementary color
Monochromatic Colors of #E5200D
Black with #E5200D
Text Example
Text Example
White with #E5200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5200D; }
p { color: rgb(229,32,13); }
H1.HeaderClassName
{
color: #E5200D;
}
.AnyTagClassName
{
color: #E5200D;
}
</style>
background-color css
<style>
a { background-color: #E5200D; }
a { background-color: rgb(229,32,13); }
div.DivClassName
{
background-color: #E5200D;
}
.BgClassName
{
background-color: #E5200D;
}
</style>
border-color css
<style>
span { border-color: #E5200D; }
span { border-color: rgb(229,32,13); }
td.TdClassName
{
border-color: #E5200D;
}
.TagClassName
{
border-color: #E5200D;
}
</style>