Shades of Scarlet #E22508
Tints of Scarlet #E22508
RGB
CMYK
RGB Variations
Color information
#E22508 (or 0xE22508) is known color: Scarlet. HEX triplet: E2, 25 and 08. RGB value is (226,37,8). Sum of RGB (Red+Green+Blue) = 226+37+8=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E22508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22508 is #1DDAF7. Grayscale: #5A5A5A. Windows color (decimal): -1956600 or 533986. OLE color: 533986.
HSL color Cylindrical-coordinate representation of color #E22508: hue angle of 7.98º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E22508 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.11 |
| HSL | 7.98º | 0.93% | 0.46% | - |
| HSV(B) | 7.98º | 0.96% | 0.89% | - |
| XYZ | 32.07 | 17.51 | 1.92 | - |
| YUV | 90.21 | 81.62 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 8 | 0 | 0.84 | 0.96 | 0.11 | 7.98 | 0.93 | 0.46 |
| Hex | E2 | 25 | 8 | 0 | 54 | 60 | B | 8 | 5D | 2E |
| Octal | 342 | 45 | 10 | 0 | 124 | 140 | 13 | 10 | 135 | 56 |
| Binary | 11100010 | 100101 | 1000 | 0 | 1010100 | 1100000 | 1011 | 1000 | 1011101 | 101110 |
Color Harmonies of #E22508
Complementary color
Monochromatic Colors of #E22508
Black with #E22508
Text Example
Text Example
White with #E22508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22508; }
p { color: rgb(226,37,8); }
H1.HeaderClassName
{
color: #E22508;
}
.AnyTagClassName
{
color: #E22508;
}
</style>
background-color css
<style>
a { background-color: #E22508; }
a { background-color: rgb(226,37,8); }
div.DivClassName
{
background-color: #E22508;
}
.BgClassName
{
background-color: #E22508;
}
</style>
border-color css
<style>
span { border-color: #E22508; }
span { border-color: rgb(226,37,8); }
td.TdClassName
{
border-color: #E22508;
}
.TagClassName
{
border-color: #E22508;
}
</style>