Shades of Scarlet #E12009
Tints of Scarlet #E12009
RGB
CMYK
RGB Variations
Color information
#E12009 (or 0xE12009) is known color: Scarlet. HEX triplet: E1, 20 and 09. RGB value is (225,32,9). Sum of RGB (Red+Green+Blue) = 225+32+9=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E12009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12009 is #1EDFF6. Grayscale: #575757. Windows color (decimal): -2023415 or 598241. OLE color: 598241.
HSL color Cylindrical-coordinate representation of color #E12009: hue angle of 6.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E12009 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.12 |
| HSL | 6.39º | 0.92% | 0.46% | - |
| HSV(B) | 6.39º | 0.96% | 0.88% | - |
| XYZ | 31.62 | 17.06 | 1.89 | - |
| YUV | 87.09 | 83.94 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 9 | 0 | 0.86 | 0.96 | 0.12 | 6.39 | 0.92 | 0.46 |
| Hex | E1 | 20 | 9 | 0 | 56 | 60 | C | 6 | 5C | 2E |
| Octal | 341 | 40 | 11 | 0 | 126 | 140 | 14 | 6 | 134 | 56 |
| Binary | 11100001 | 100000 | 1001 | 0 | 1010110 | 1100000 | 1100 | 110 | 1011100 | 101110 |
Color Harmonies of #E12009
Complementary color
Monochromatic Colors of #E12009
Black with #E12009
Text Example
Text Example
White with #E12009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12009; }
p { color: rgb(225,32,9); }
H1.HeaderClassName
{
color: #E12009;
}
.AnyTagClassName
{
color: #E12009;
}
</style>
background-color css
<style>
a { background-color: #E12009; }
a { background-color: rgb(225,32,9); }
div.DivClassName
{
background-color: #E12009;
}
.BgClassName
{
background-color: #E12009;
}
</style>
border-color css
<style>
span { border-color: #E12009; }
span { border-color: rgb(225,32,9); }
td.TdClassName
{
border-color: #E12009;
}
.TagClassName
{
border-color: #E12009;
}
</style>