Shades of Scarlet #E22707
Tints of Scarlet #E22707
RGB
CMYK
RGB Variations
Color information
#E22707 (or 0xE22707) is known color: Scarlet. HEX triplet: E2, 27 and 07. RGB value is (226,39,7). Sum of RGB (Red+Green+Blue) = 226+39+7=272 (36% of max value = 765). Red value is 226 (88.67% from 255 or 83.09% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 226 - color contains mainly: red. Hex color #E22707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22707 is #1DD8F8. Grayscale: #5B5B5B. Windows color (decimal): -1956089 or 468962. OLE color: 468962.
HSL color Cylindrical-coordinate representation of color #E22707: hue angle of 8.77º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E22707 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.11 |
| HSL | 8.77º | 0.94% | 0.46% | - |
| HSV(B) | 8.77º | 0.97% | 0.89% | - |
| XYZ | 32.13 | 17.64 | 1.91 | - |
| YUV | 91.27 | 80.45 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 7 | 0 | 0.83 | 0.97 | 0.11 | 8.77 | 0.94 | 0.46 |
| Hex | E2 | 27 | 7 | 0 | 53 | 61 | B | 9 | 5E | 2E |
| Octal | 342 | 47 | 7 | 0 | 123 | 141 | 13 | 11 | 136 | 56 |
| Binary | 11100010 | 100111 | 111 | 0 | 1010011 | 1100001 | 1011 | 1001 | 1011110 | 101110 |
Color Harmonies of #E22707
Complementary color
Monochromatic Colors of #E22707
Black with #E22707
Text Example
Text Example
White with #E22707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22707; }
p { color: rgb(226,39,7); }
H1.HeaderClassName
{
color: #E22707;
}
.AnyTagClassName
{
color: #E22707;
}
</style>
background-color css
<style>
a { background-color: #E22707; }
a { background-color: rgb(226,39,7); }
div.DivClassName
{
background-color: #E22707;
}
.BgClassName
{
background-color: #E22707;
}
</style>
border-color css
<style>
span { border-color: #E22707; }
span { border-color: rgb(226,39,7); }
td.TdClassName
{
border-color: #E22707;
}
.TagClassName
{
border-color: #E22707;
}
</style>