Shades of Scarlet #E2240B
Tints of Scarlet #E2240B
RGB
CMYK
RGB Variations
Color information
#E2240B (or 0xE2240B) is known color: Scarlet. HEX triplet: E2, 24 and 0B. RGB value is (226,36,11). Sum of RGB (Red+Green+Blue) = 226+36+11=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E2240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2240B is #1DDBF4. Grayscale: #5A5A5A. Windows color (decimal): -1956853 or 730338. OLE color: 730338.
HSL color Cylindrical-coordinate representation of color #E2240B: hue angle of 6.98º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2240B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.11 |
| HSL | 6.98º | 0.91% | 0.46% | - |
| HSV(B) | 6.98º | 0.95% | 0.89% | - |
| XYZ | 32.06 | 17.45 | 2 | - |
| YUV | 89.96 | 83.45 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 11 | 0 | 0.84 | 0.95 | 0.11 | 6.98 | 0.91 | 0.46 |
| Hex | E2 | 24 | B | 0 | 54 | 5F | B | 7 | 5B | 2E |
| Octal | 342 | 44 | 13 | 0 | 124 | 137 | 13 | 7 | 133 | 56 |
| Binary | 11100010 | 100100 | 1011 | 0 | 1010100 | 1011111 | 1011 | 111 | 1011011 | 101110 |
Color Harmonies of #E2240B
Complementary color
Monochromatic Colors of #E2240B
Black with #E2240B
Text Example
Text Example
White with #E2240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2240B; }
p { color: rgb(226,36,11); }
H1.HeaderClassName
{
color: #E2240B;
}
.AnyTagClassName
{
color: #E2240B;
}
</style>
background-color css
<style>
a { background-color: #E2240B; }
a { background-color: rgb(226,36,11); }
div.DivClassName
{
background-color: #E2240B;
}
.BgClassName
{
background-color: #E2240B;
}
</style>
border-color css
<style>
span { border-color: #E2240B; }
span { border-color: rgb(226,36,11); }
td.TdClassName
{
border-color: #E2240B;
}
.TagClassName
{
border-color: #E2240B;
}
</style>