Shades of Scarlet #E02203
Tints of Scarlet #E02203
RGB
CMYK
RGB Variations
Color information
#E02203 (or 0xE02203) is known color: Scarlet. HEX triplet: E0, 22 and 03. RGB value is (224,34,3). Sum of RGB (Red+Green+Blue) = 224+34+3=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E02203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02203 is #1FDDFC. Grayscale: #575757. Windows color (decimal): -2088445 or 205536. OLE color: 205536.
HSL color Cylindrical-coordinate representation of color #E02203: hue angle of 8.42º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E02203 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.12 |
| HSL | 8.42º | 0.97% | 0.45% | - |
| HSV(B) | 8.42º | 0.99% | 0.88% | - |
| XYZ | 31.33 | 17 | 1.72 | - |
| YUV | 87.28 | 80.45 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 3 | 0 | 0.85 | 0.99 | 0.12 | 8.42 | 0.97 | 0.45 |
| Hex | E0 | 22 | 3 | 0 | 55 | 63 | C | 8 | 61 | 2D |
| Octal | 340 | 42 | 3 | 0 | 125 | 143 | 14 | 10 | 141 | 55 |
| Binary | 11100000 | 100010 | 11 | 0 | 1010101 | 1100011 | 1100 | 1000 | 1100001 | 101101 |
Color Harmonies of #E02203
Complementary color
Monochromatic Colors of #E02203
Black with #E02203
Text Example
Text Example
White with #E02203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02203; }
p { color: rgb(224,34,3); }
H1.HeaderClassName
{
color: #E02203;
}
.AnyTagClassName
{
color: #E02203;
}
</style>
background-color css
<style>
a { background-color: #E02203; }
a { background-color: rgb(224,34,3); }
div.DivClassName
{
background-color: #E02203;
}
.BgClassName
{
background-color: #E02203;
}
</style>
border-color css
<style>
span { border-color: #E02203; }
span { border-color: rgb(224,34,3); }
td.TdClassName
{
border-color: #E02203;
}
.TagClassName
{
border-color: #E02203;
}
</style>