Shades of Scarlet #E22203
Tints of Scarlet #E22203
RGB
CMYK
RGB Variations
Color information
#E22203 (or 0xE22203) is known color: Scarlet. HEX triplet: E2, 22 and 03. RGB value is (226,34,3). Sum of RGB (Red+Green+Blue) = 226+34+3=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E22203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22203 is #1DDDFC. Grayscale: #585858. Windows color (decimal): -1957373 or 205538. OLE color: 205538.
HSL color Cylindrical-coordinate representation of color #E22203: hue angle of 8.34º 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 #E22203 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.11 |
| HSL | 8.34º | 0.97% | 0.45% | - |
| HSV(B) | 8.34º | 0.99% | 0.89% | - |
| XYZ | 31.95 | 17.32 | 1.75 | - |
| YUV | 87.87 | 80.11 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 3 | 0 | 0.85 | 0.99 | 0.11 | 8.34 | 0.97 | 0.45 |
| Hex | E2 | 22 | 3 | 0 | 55 | 63 | B | 8 | 61 | 2D |
| Octal | 342 | 42 | 3 | 0 | 125 | 143 | 13 | 10 | 141 | 55 |
| Binary | 11100010 | 100010 | 11 | 0 | 1010101 | 1100011 | 1011 | 1000 | 1100001 | 101101 |
Color Harmonies of #E22203
Complementary color
Monochromatic Colors of #E22203
Black with #E22203
Text Example
Text Example
White with #E22203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22203; }
p { color: rgb(226,34,3); }
H1.HeaderClassName
{
color: #E22203;
}
.AnyTagClassName
{
color: #E22203;
}
</style>
background-color css
<style>
a { background-color: #E22203; }
a { background-color: rgb(226,34,3); }
div.DivClassName
{
background-color: #E22203;
}
.BgClassName
{
background-color: #E22203;
}
</style>
border-color css
<style>
span { border-color: #E22203; }
span { border-color: rgb(226,34,3); }
td.TdClassName
{
border-color: #E22203;
}
.TagClassName
{
border-color: #E22203;
}
</style>