Shades of Scarlet #E5200C
Tints of Scarlet #E5200C
RGB
CMYK
RGB Variations
Color information
#E5200C (or 0xE5200C) is known color: Scarlet. HEX triplet: E5, 20 and 0C. RGB value is (229,32,12). Sum of RGB (Red+Green+Blue) = 229+32+12=273 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.88% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 229 - color contains mainly: red. Hex color #E5200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5200C is #1ADFF3. Grayscale: #585858. Windows color (decimal): -1761268 or 794853. OLE color: 794853.
HSL color Cylindrical-coordinate representation of color #E5200C: hue angle of 5.53º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5200C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.10 |
| HSL | 5.53º | 0.9% | 0.47% | - |
| HSV(B) | 5.53º | 0.95% | 0.9% | - |
| XYZ | 32.9 | 17.72 | 2.03 | - |
| YUV | 88.62 | 84.77 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 12 | 0 | 0.86 | 0.95 | 0.10 | 5.53 | 0.9 | 0.47 |
| Hex | E5 | 20 | C | 0 | 56 | 5F | A | 6 | 5A | 2F |
| Octal | 345 | 40 | 14 | 0 | 126 | 137 | 12 | 6 | 132 | 57 |
| Binary | 11100101 | 100000 | 1100 | 0 | 1010110 | 1011111 | 1010 | 110 | 1011010 | 101111 |
Color Harmonies of #E5200C
Complementary color
Monochromatic Colors of #E5200C
Black with #E5200C
Text Example
Text Example
White with #E5200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5200C; }
p { color: rgb(229,32,12); }
H1.HeaderClassName
{
color: #E5200C;
}
.AnyTagClassName
{
color: #E5200C;
}
</style>
background-color css
<style>
a { background-color: #E5200C; }
a { background-color: rgb(229,32,12); }
div.DivClassName
{
background-color: #E5200C;
}
.BgClassName
{
background-color: #E5200C;
}
</style>
border-color css
<style>
span { border-color: #E5200C; }
span { border-color: rgb(229,32,12); }
td.TdClassName
{
border-color: #E5200C;
}
.TagClassName
{
border-color: #E5200C;
}
</style>