Shades of Scarlet #E02301
Tints of Scarlet #E02301
RGB
CMYK
RGB Variations
Color information
#E02301 (or 0xE02301) is known color: Scarlet. HEX triplet: E0, 23 and 01. RGB value is (224,35,1). Sum of RGB (Red+Green+Blue) = 224+35+1=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E02301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02301 is #1FDCFE. Grayscale: #575757. Windows color (decimal): -2088191 or 74720. OLE color: 74720.
HSL color Cylindrical-coordinate representation of color #E02301: hue angle of 9.15º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E02301 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.12 |
| HSL | 9.15º | 0.99% | 0.44% | - |
| HSV(B) | 9.15º | 1% | 0.88% | - |
| XYZ | 31.35 | 17.05 | 1.67 | - |
| YUV | 87.64 | 79.12 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 1 | 0 | 0.84 | 1.00 | 0.12 | 9.15 | 0.99 | 0.44 |
| Hex | E0 | 23 | 1 | 0 | 54 | 64 | C | 9 | 63 | 2C |
| Octal | 340 | 43 | 1 | 0 | 124 | 144 | 14 | 11 | 143 | 54 |
| Binary | 11100000 | 100011 | 1 | 0 | 1010100 | 1100100 | 1100 | 1001 | 1100011 | 101100 |
Color Harmonies of #E02301
Complementary color
Monochromatic Colors of #E02301
Black with #E02301
Text Example
Text Example
White with #E02301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02301; }
p { color: rgb(224,35,1); }
H1.HeaderClassName
{
color: #E02301;
}
.AnyTagClassName
{
color: #E02301;
}
</style>
background-color css
<style>
a { background-color: #E02301; }
a { background-color: rgb(224,35,1); }
div.DivClassName
{
background-color: #E02301;
}
.BgClassName
{
background-color: #E02301;
}
</style>
border-color css
<style>
span { border-color: #E02301; }
span { border-color: rgb(224,35,1); }
td.TdClassName
{
border-color: #E02301;
}
.TagClassName
{
border-color: #E02301;
}
</style>