Shades of Scarlet #E22500
Tints of Scarlet #E22500
RGB
CMYK
RGB Variations
Color information
#E22500 (or 0xE22500) is known color: Scarlet. HEX triplet: E2, 25 and 00. RGB value is (226,37,0). Sum of RGB (Red+Green+Blue) = 226+37+0=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E22500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22500 is #1DDAFF. Grayscale: #595959. Windows color (decimal): -1956608 or 9698. OLE color: 9698.
HSL color Cylindrical-coordinate representation of color #E22500: hue angle of 9.82º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E22500 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.11 |
| HSL | 9.82º | 1% | 0.44% | - |
| HSV(B) | 9.82º | 1% | 0.89% | - |
| XYZ | 32.03 | 17.49 | 1.69 | - |
| YUV | 89.29 | 77.62 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 0 | 0 | 0.84 | 1 | 0.11 | 9.82 | 1 | 0.44 |
| Hex | E2 | 25 | 0 | 0 | 54 | 64 | B | A | 64 | 2C |
| Octal | 342 | 45 | 0 | 0 | 124 | 144 | 13 | 12 | 144 | 54 |
| Binary | 11100010 | 100101 | 0 | 0 | 1010100 | 1100100 | 1011 | 1010 | 1100100 | 101100 |
Color Harmonies of #E22500
Complementary color
Monochromatic Colors of #E22500
Black with #E22500
Text Example
Text Example
White with #E22500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22500; }
p { color: rgb(226,37,0); }
H1.HeaderClassName
{
color: #E22500;
}
.AnyTagClassName
{
color: #E22500;
}
</style>
background-color css
<style>
a { background-color: #E22500; }
a { background-color: rgb(226,37,0); }
div.DivClassName
{
background-color: #E22500;
}
.BgClassName
{
background-color: #E22500;
}
</style>
border-color css
<style>
span { border-color: #E22500; }
span { border-color: rgb(226,37,0); }
td.TdClassName
{
border-color: #E22500;
}
.TagClassName
{
border-color: #E22500;
}
</style>