Shades of Scarlet #E02103
Tints of Scarlet #E02103
RGB
CMYK
RGB Variations
Color information
#E02103 (or 0xE02103) is known color: Scarlet. HEX triplet: E0, 21 and 03. RGB value is (224,33,3). Sum of RGB (Red+Green+Blue) = 224+33+3=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E02103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02103 is #1FDEFC. Grayscale: #575757. Windows color (decimal): -2088701 or 205280. OLE color: 205280.
HSL color Cylindrical-coordinate representation of color #E02103: hue angle of 8.14º 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 #E02103 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.12 |
| HSL | 8.14º | 0.97% | 0.45% | - |
| HSV(B) | 8.14º | 0.99% | 0.88% | - |
| XYZ | 31.3 | 16.94 | 1.71 | - |
| YUV | 86.69 | 80.78 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 3 | 0 | 0.85 | 0.99 | 0.12 | 8.14 | 0.97 | 0.45 |
| Hex | E0 | 21 | 3 | 0 | 55 | 63 | C | 8 | 61 | 2D |
| Octal | 340 | 41 | 3 | 0 | 125 | 143 | 14 | 10 | 141 | 55 |
| Binary | 11100000 | 100001 | 11 | 0 | 1010101 | 1100011 | 1100 | 1000 | 1100001 | 101101 |
Color Harmonies of #E02103
Complementary color
Monochromatic Colors of #E02103
Black with #E02103
Text Example
Text Example
White with #E02103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02103; }
p { color: rgb(224,33,3); }
H1.HeaderClassName
{
color: #E02103;
}
.AnyTagClassName
{
color: #E02103;
}
</style>
background-color css
<style>
a { background-color: #E02103; }
a { background-color: rgb(224,33,3); }
div.DivClassName
{
background-color: #E02103;
}
.BgClassName
{
background-color: #E02103;
}
</style>
border-color css
<style>
span { border-color: #E02103; }
span { border-color: rgb(224,33,3); }
td.TdClassName
{
border-color: #E02103;
}
.TagClassName
{
border-color: #E02103;
}
</style>