Shades of Scarlet #E22901
Tints of Scarlet #E22901
RGB
CMYK
RGB Variations
Color information
#E22901 (or 0xE22901) is known color: Scarlet. HEX triplet: E2, 29 and 01. RGB value is (226,41,1). Sum of RGB (Red+Green+Blue) = 226+41+1=268 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.33% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 226 - color contains mainly: red. Hex color #E22901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22901 is #1DD6FE. Grayscale: #5C5C5C. Windows color (decimal): -1955583 or 76258. OLE color: 76258.
HSL color Cylindrical-coordinate representation of color #E22901: hue angle of 10.67º 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 #E22901 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.11 |
| HSL | 10.67º | 0.99% | 0.45% | - |
| HSV(B) | 10.67º | 1% | 0.89% | - |
| XYZ | 32.16 | 17.76 | 1.76 | - |
| YUV | 91.76 | 76.79 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 1 | 0 | 0.82 | 1.00 | 0.11 | 10.67 | 0.99 | 0.45 |
| Hex | E2 | 29 | 1 | 0 | 52 | 64 | B | B | 63 | 2D |
| Octal | 342 | 51 | 1 | 0 | 122 | 144 | 13 | 13 | 143 | 55 |
| Binary | 11100010 | 101001 | 1 | 0 | 1010010 | 1100100 | 1011 | 1011 | 1100011 | 101101 |
Color Harmonies of #E22901
Complementary color
Monochromatic Colors of #E22901
Black with #E22901
Text Example
Text Example
White with #E22901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22901; }
p { color: rgb(226,41,1); }
H1.HeaderClassName
{
color: #E22901;
}
.AnyTagClassName
{
color: #E22901;
}
</style>
background-color css
<style>
a { background-color: #E22901; }
a { background-color: rgb(226,41,1); }
div.DivClassName
{
background-color: #E22901;
}
.BgClassName
{
background-color: #E22901;
}
</style>
border-color css
<style>
span { border-color: #E22901; }
span { border-color: rgb(226,41,1); }
td.TdClassName
{
border-color: #E22901;
}
.TagClassName
{
border-color: #E22901;
}
</style>