Shades of Scarlet #E22301
Tints of Scarlet #E22301
RGB
CMYK
RGB Variations
Color information
#E22301 (or 0xE22301) is known color: Scarlet. HEX triplet: E2, 23 and 01. RGB value is (226,35,1). Sum of RGB (Red+Green+Blue) = 226+35+1=262 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.26% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 226 - color contains mainly: red. Hex color #E22301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22301 is #1DDCFE. Grayscale: #585858. Windows color (decimal): -1957119 or 74722. OLE color: 74722.
HSL color Cylindrical-coordinate representation of color #E22301: hue angle of 9.07º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E22301 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.11 |
| HSL | 9.07º | 0.99% | 0.45% | - |
| HSV(B) | 9.07º | 1% | 0.89% | - |
| XYZ | 31.97 | 17.37 | 1.7 | - |
| YUV | 88.23 | 78.78 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 1 | 0 | 0.85 | 1.00 | 0.11 | 9.07 | 0.99 | 0.45 |
| Hex | E2 | 23 | 1 | 0 | 55 | 64 | B | 9 | 63 | 2D |
| Octal | 342 | 43 | 1 | 0 | 125 | 144 | 13 | 11 | 143 | 55 |
| Binary | 11100010 | 100011 | 1 | 0 | 1010101 | 1100100 | 1011 | 1001 | 1100011 | 101101 |
Color Harmonies of #E22301
Complementary color
Monochromatic Colors of #E22301
Black with #E22301
Text Example
Text Example
White with #E22301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22301; }
p { color: rgb(226,35,1); }
H1.HeaderClassName
{
color: #E22301;
}
.AnyTagClassName
{
color: #E22301;
}
</style>
background-color css
<style>
a { background-color: #E22301; }
a { background-color: rgb(226,35,1); }
div.DivClassName
{
background-color: #E22301;
}
.BgClassName
{
background-color: #E22301;
}
</style>
border-color css
<style>
span { border-color: #E22301; }
span { border-color: rgb(226,35,1); }
td.TdClassName
{
border-color: #E22301;
}
.TagClassName
{
border-color: #E22301;
}
</style>