Shades of Scarlet #E12008
Tints of Scarlet #E12008
RGB
CMYK
RGB Variations
Color information
#E12008 (or 0xE12008) is known color: Scarlet. HEX triplet: E1, 20 and 08. RGB value is (225,32,8). Sum of RGB (Red+Green+Blue) = 225+32+8=265 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.91% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 225 - color contains mainly: red. Hex color #E12008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12008 is #1EDFF7. Grayscale: #575757. Windows color (decimal): -2023416 or 532705. OLE color: 532705.
HSL color Cylindrical-coordinate representation of color #E12008: hue angle of 6.64º degrees, saturation: 0.93, 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 #E12008 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 8 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.12 |
| HSL | 6.64º | 0.93% | 0.46% | - |
| HSV(B) | 6.64º | 0.96% | 0.88% | - |
| XYZ | 31.61 | 17.06 | 1.86 | - |
| YUV | 86.97 | 83.44 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 8 | 0 | 0.86 | 0.96 | 0.12 | 6.64 | 0.93 | 0.46 |
| Hex | E1 | 20 | 8 | 0 | 56 | 60 | C | 7 | 5D | 2E |
| Octal | 341 | 40 | 10 | 0 | 126 | 140 | 14 | 7 | 135 | 56 |
| Binary | 11100001 | 100000 | 1000 | 0 | 1010110 | 1100000 | 1100 | 111 | 1011101 | 101110 |
Color Harmonies of #E12008
Complementary color
Monochromatic Colors of #E12008
Black with #E12008
Text Example
Text Example
White with #E12008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12008; }
p { color: rgb(225,32,8); }
H1.HeaderClassName
{
color: #E12008;
}
.AnyTagClassName
{
color: #E12008;
}
</style>
background-color css
<style>
a { background-color: #E12008; }
a { background-color: rgb(225,32,8); }
div.DivClassName
{
background-color: #E12008;
}
.BgClassName
{
background-color: #E12008;
}
</style>
border-color css
<style>
span { border-color: #E12008; }
span { border-color: rgb(225,32,8); }
td.TdClassName
{
border-color: #E12008;
}
.TagClassName
{
border-color: #E12008;
}
</style>