Shades of Scarlet #E22807
Tints of Scarlet #E22807
RGB
CMYK
RGB Variations
Color information
#E22807 (or 0xE22807) is known color: Scarlet. HEX triplet: E2, 28 and 07. RGB value is (226,40,7). Sum of RGB (Red+Green+Blue) = 226+40+7=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E22807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22807 is #1DD7F8. Grayscale: #5C5C5C. Windows color (decimal): -1955833 or 469218. OLE color: 469218.
HSL color Cylindrical-coordinate representation of color #E22807: hue angle of 9.04º 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 #E22807 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 7 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.11 |
| HSL | 9.04º | 0.94% | 0.46% | - |
| HSV(B) | 9.04º | 0.97% | 0.89% | - |
| XYZ | 32.16 | 17.7 | 1.92 | - |
| YUV | 91.85 | 80.12 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 7 | 0 | 0.82 | 0.97 | 0.11 | 9.04 | 0.94 | 0.46 |
| Hex | E2 | 28 | 7 | 0 | 52 | 61 | B | 9 | 5E | 2E |
| Octal | 342 | 50 | 7 | 0 | 122 | 141 | 13 | 11 | 136 | 56 |
| Binary | 11100010 | 101000 | 111 | 0 | 1010010 | 1100001 | 1011 | 1001 | 1011110 | 101110 |
Color Harmonies of #E22807
Complementary color
Monochromatic Colors of #E22807
Black with #E22807
Text Example
Text Example
White with #E22807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22807; }
p { color: rgb(226,40,7); }
H1.HeaderClassName
{
color: #E22807;
}
.AnyTagClassName
{
color: #E22807;
}
</style>
background-color css
<style>
a { background-color: #E22807; }
a { background-color: rgb(226,40,7); }
div.DivClassName
{
background-color: #E22807;
}
.BgClassName
{
background-color: #E22807;
}
</style>
border-color css
<style>
span { border-color: #E22807; }
span { border-color: rgb(226,40,7); }
td.TdClassName
{
border-color: #E22807;
}
.TagClassName
{
border-color: #E22807;
}
</style>