Shades of Scarlet #E22C03
Tints of Scarlet #E22C03
RGB
CMYK
RGB Variations
Color information
#E22C03 (or 0xE22C03) is known color: Scarlet. HEX triplet: E2, 2C and 03. RGB value is (226,44,3). Sum of RGB (Red+Green+Blue) = 226+44+3=273 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.78% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22C03 is #1DD3FC. Grayscale: #5E5E5E. Windows color (decimal): -1954813 or 208098. OLE color: 208098.
HSL color Cylindrical-coordinate representation of color #E22C03: hue angle of 11.03º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E22C03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.11 |
| HSL | 11.03º | 0.97% | 0.45% | - |
| HSV(B) | 11.03º | 0.99% | 0.89% | - |
| XYZ | 32.28 | 17.98 | 1.85 | - |
| YUV | 93.74 | 76.8 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 3 | 0 | 0.81 | 0.99 | 0.11 | 11.03 | 0.97 | 0.45 |
| Hex | E2 | 2C | 3 | 0 | 51 | 63 | B | B | 61 | 2D |
| Octal | 342 | 54 | 3 | 0 | 121 | 143 | 13 | 13 | 141 | 55 |
| Binary | 11100010 | 101100 | 11 | 0 | 1010001 | 1100011 | 1011 | 1011 | 1100001 | 101101 |
Color Harmonies of #E22C03
Complementary color
Monochromatic Colors of #E22C03
Black with #E22C03
Text Example
Text Example
White with #E22C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C03; }
p { color: rgb(226,44,3); }
H1.HeaderClassName
{
color: #E22C03;
}
.AnyTagClassName
{
color: #E22C03;
}
</style>
background-color css
<style>
a { background-color: #E22C03; }
a { background-color: rgb(226,44,3); }
div.DivClassName
{
background-color: #E22C03;
}
.BgClassName
{
background-color: #E22C03;
}
</style>
border-color css
<style>
span { border-color: #E22C03; }
span { border-color: rgb(226,44,3); }
td.TdClassName
{
border-color: #E22C03;
}
.TagClassName
{
border-color: #E22C03;
}
</style>