Shades of Scarlet #E12600
Tints of Scarlet #E12600
RGB
CMYK
RGB Variations
Color information
#E12600 (or 0xE12600) is known color: Scarlet. HEX triplet: E1, 26 and 00. RGB value is (225,38,0). Sum of RGB (Red+Green+Blue) = 225+38+0=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E12600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12600 is #1ED9FF. Grayscale: #595959. Windows color (decimal): -2021888 or 9953. OLE color: 9953.
HSL color Cylindrical-coordinate representation of color #E12600: hue angle of 10.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E12600 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.12 |
| HSL | 10.13º | 1% | 0.44% | - |
| HSV(B) | 10.13º | 1% | 0.88% | - |
| XYZ | 31.74 | 17.39 | 1.68 | - |
| YUV | 89.58 | 77.45 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 0 | 0 | 0.83 | 1 | 0.12 | 10.13 | 1 | 0.44 |
| Hex | E1 | 26 | 0 | 0 | 53 | 64 | C | A | 64 | 2C |
| Octal | 341 | 46 | 0 | 0 | 123 | 144 | 14 | 12 | 144 | 54 |
| Binary | 11100001 | 100110 | 0 | 0 | 1010011 | 1100100 | 1100 | 1010 | 1100100 | 101100 |
Color Harmonies of #E12600
Complementary color
Monochromatic Colors of #E12600
Black with #E12600
Text Example
Text Example
White with #E12600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12600; }
p { color: rgb(225,38,0); }
H1.HeaderClassName
{
color: #E12600;
}
.AnyTagClassName
{
color: #E12600;
}
</style>
background-color css
<style>
a { background-color: #E12600; }
a { background-color: rgb(225,38,0); }
div.DivClassName
{
background-color: #E12600;
}
.BgClassName
{
background-color: #E12600;
}
</style>
border-color css
<style>
span { border-color: #E12600; }
span { border-color: rgb(225,38,0); }
td.TdClassName
{
border-color: #E12600;
}
.TagClassName
{
border-color: #E12600;
}
</style>