Shades of Scarlet #E02302
Tints of Scarlet #E02302
RGB
CMYK
RGB Variations
Color information
#E02302 (or 0xE02302) is known color: Scarlet. HEX triplet: E0, 23 and 02. RGB value is (224,35,2). Sum of RGB (Red+Green+Blue) = 224+35+2=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E02302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02302 is #1FDCFD. Grayscale: #585858. Windows color (decimal): -2088190 or 140256. OLE color: 140256.
HSL color Cylindrical-coordinate representation of color #E02302: hue angle of 8.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E02302 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.12 |
| HSL | 8.92º | 0.98% | 0.44% | - |
| HSV(B) | 8.92º | 0.99% | 0.88% | - |
| XYZ | 31.35 | 17.05 | 1.7 | - |
| YUV | 87.75 | 79.62 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 2 | 0 | 0.84 | 0.99 | 0.12 | 8.92 | 0.98 | 0.44 |
| Hex | E0 | 23 | 2 | 0 | 54 | 63 | C | 9 | 62 | 2C |
| Octal | 340 | 43 | 2 | 0 | 124 | 143 | 14 | 11 | 142 | 54 |
| Binary | 11100000 | 100011 | 10 | 0 | 1010100 | 1100011 | 1100 | 1001 | 1100010 | 101100 |
Color Harmonies of #E02302
Complementary color
Monochromatic Colors of #E02302
Black with #E02302
Text Example
Text Example
White with #E02302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02302; }
p { color: rgb(224,35,2); }
H1.HeaderClassName
{
color: #E02302;
}
.AnyTagClassName
{
color: #E02302;
}
</style>
background-color css
<style>
a { background-color: #E02302; }
a { background-color: rgb(224,35,2); }
div.DivClassName
{
background-color: #E02302;
}
.BgClassName
{
background-color: #E02302;
}
</style>
border-color css
<style>
span { border-color: #E02302; }
span { border-color: rgb(224,35,2); }
td.TdClassName
{
border-color: #E02302;
}
.TagClassName
{
border-color: #E02302;
}
</style>