Shades of Scarlet #E12605
Tints of Scarlet #E12605
RGB
CMYK
RGB Variations
Color information
#E12605 (or 0xE12605) is known color: Scarlet. HEX triplet: E1, 26 and 05. RGB value is (225,38,5). Sum of RGB (Red+Green+Blue) = 225+38+5=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E12605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12605 is #1ED9FA. Grayscale: #5A5A5A. Windows color (decimal): -2021883 or 337633. OLE color: 337633.
HSL color Cylindrical-coordinate representation of color #E12605: hue angle of 9º 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 #E12605 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.12 |
| HSL | 9º | 0.96% | 0.45% | - |
| HSV(B) | 9º | 0.98% | 0.88% | - |
| XYZ | 31.77 | 17.4 | 1.83 | - |
| YUV | 90.15 | 79.95 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 5 | 0 | 0.83 | 0.98 | 0.12 | 9 | 0.96 | 0.45 |
| Hex | E1 | 26 | 5 | 0 | 53 | 62 | C | 9 | 60 | 2D |
| Octal | 341 | 46 | 5 | 0 | 123 | 142 | 14 | 11 | 140 | 55 |
| Binary | 11100001 | 100110 | 101 | 0 | 1010011 | 1100010 | 1100 | 1001 | 1100000 | 101101 |
Color Harmonies of #E12605
Complementary color
Monochromatic Colors of #E12605
Black with #E12605
Text Example
Text Example
White with #E12605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12605; }
p { color: rgb(225,38,5); }
H1.HeaderClassName
{
color: #E12605;
}
.AnyTagClassName
{
color: #E12605;
}
</style>
background-color css
<style>
a { background-color: #E12605; }
a { background-color: rgb(225,38,5); }
div.DivClassName
{
background-color: #E12605;
}
.BgClassName
{
background-color: #E12605;
}
</style>
border-color css
<style>
span { border-color: #E12605; }
span { border-color: rgb(225,38,5); }
td.TdClassName
{
border-color: #E12605;
}
.TagClassName
{
border-color: #E12605;
}
</style>