Shades of Scarlet #E22400
Tints of Scarlet #E22400
RGB
CMYK
RGB Variations
Color information
#E22400 (or 0xE22400) is known color: Scarlet. HEX triplet: E2, 24 and 00. RGB value is (226,36,0). Sum of RGB (Red+Green+Blue) = 226+36+0=262 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.26% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 226 - color contains mainly: red. Hex color #E22400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22400 is #1DDBFF. Grayscale: #595959. Windows color (decimal): -1956864 or 9442. OLE color: 9442.
HSL color Cylindrical-coordinate representation of color #E22400: hue angle of 9.56º 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 #E22400 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.11 |
| HSL | 9.56º | 1% | 0.44% | - |
| HSV(B) | 9.56º | 1% | 0.89% | - |
| XYZ | 31.99 | 17.43 | 1.68 | - |
| YUV | 88.71 | 77.95 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 0 | 0 | 0.84 | 1 | 0.11 | 9.56 | 1 | 0.44 |
| Hex | E2 | 24 | 0 | 0 | 54 | 64 | B | A | 64 | 2C |
| Octal | 342 | 44 | 0 | 0 | 124 | 144 | 13 | 12 | 144 | 54 |
| Binary | 11100010 | 100100 | 0 | 0 | 1010100 | 1100100 | 1011 | 1010 | 1100100 | 101100 |
Color Harmonies of #E22400
Complementary color
Monochromatic Colors of #E22400
Black with #E22400
Text Example
Text Example
White with #E22400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22400; }
p { color: rgb(226,36,0); }
H1.HeaderClassName
{
color: #E22400;
}
.AnyTagClassName
{
color: #E22400;
}
</style>
background-color css
<style>
a { background-color: #E22400; }
a { background-color: rgb(226,36,0); }
div.DivClassName
{
background-color: #E22400;
}
.BgClassName
{
background-color: #E22400;
}
</style>
border-color css
<style>
span { border-color: #E22400; }
span { border-color: rgb(226,36,0); }
td.TdClassName
{
border-color: #E22400;
}
.TagClassName
{
border-color: #E22400;
}
</style>