Shades of Scarlet #E12205
Tints of Scarlet #E12205
RGB
CMYK
RGB Variations
Color information
#E12205 (or 0xE12205) is known color: Scarlet. HEX triplet: E1, 22 and 05. RGB value is (225,34,5). Sum of RGB (Red+Green+Blue) = 225+34+5=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E12205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12205 is #1EDDFA. Grayscale: #585858. Windows color (decimal): -2022907 or 336609. OLE color: 336609.
HSL color Cylindrical-coordinate representation of color #E12205: hue angle of 7.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E12205 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.12 |
| HSL | 7.91º | 0.96% | 0.45% | - |
| HSV(B) | 7.91º | 0.98% | 0.88% | - |
| XYZ | 31.65 | 17.16 | 1.79 | - |
| YUV | 87.8 | 81.28 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 5 | 0 | 0.85 | 0.98 | 0.12 | 7.91 | 0.96 | 0.45 |
| Hex | E1 | 22 | 5 | 0 | 55 | 62 | C | 8 | 60 | 2D |
| Octal | 341 | 42 | 5 | 0 | 125 | 142 | 14 | 10 | 140 | 55 |
| Binary | 11100001 | 100010 | 101 | 0 | 1010101 | 1100010 | 1100 | 1000 | 1100000 | 101101 |
Color Harmonies of #E12205
Complementary color
Monochromatic Colors of #E12205
Black with #E12205
Text Example
Text Example
White with #E12205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12205; }
p { color: rgb(225,34,5); }
H1.HeaderClassName
{
color: #E12205;
}
.AnyTagClassName
{
color: #E12205;
}
</style>
background-color css
<style>
a { background-color: #E12205; }
a { background-color: rgb(225,34,5); }
div.DivClassName
{
background-color: #E12205;
}
.BgClassName
{
background-color: #E12205;
}
</style>
border-color css
<style>
span { border-color: #E12205; }
span { border-color: rgb(225,34,5); }
td.TdClassName
{
border-color: #E12205;
}
.TagClassName
{
border-color: #E12205;
}
</style>