Shades of Scarlet #E31902
Tints of Scarlet #E31902
RGB
CMYK
RGB Variations
Color information
#E31902 (or 0xE31902) is known color: Scarlet. HEX triplet: E3, 19 and 02. RGB value is (227,25,2). Sum of RGB (Red+Green+Blue) = 227+25+2=254 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.37% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 227 - color contains mainly: red. Hex color #E31902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31902 is #1CE6FD. Grayscale: #535353. Windows color (decimal): -1894142 or 137699. OLE color: 137699.
HSL color Cylindrical-coordinate representation of color #E31902: hue angle of 6.13º degrees, saturation: 0.98, 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 #E31902 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.11 |
| HSL | 6.13º | 0.98% | 0.45% | - |
| HSV(B) | 6.13º | 0.99% | 0.89% | - |
| XYZ | 32.04 | 17.03 | 1.66 | - |
| YUV | 82.78 | 82.42 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 2 | 0 | 0.89 | 0.99 | 0.11 | 6.13 | 0.98 | 0.45 |
| Hex | E3 | 19 | 2 | 0 | 59 | 63 | B | 6 | 62 | 2D |
| Octal | 343 | 31 | 2 | 0 | 131 | 143 | 13 | 6 | 142 | 55 |
| Binary | 11100011 | 11001 | 10 | 0 | 1011001 | 1100011 | 1011 | 110 | 1100010 | 101101 |
Color Harmonies of #E31902
Complementary color
Monochromatic Colors of #E31902
Black with #E31902
Text Example
Text Example
White with #E31902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31902; }
p { color: rgb(227,25,2); }
H1.HeaderClassName
{
color: #E31902;
}
.AnyTagClassName
{
color: #E31902;
}
</style>
background-color css
<style>
a { background-color: #E31902; }
a { background-color: rgb(227,25,2); }
div.DivClassName
{
background-color: #E31902;
}
.BgClassName
{
background-color: #E31902;
}
</style>
border-color css
<style>
span { border-color: #E31902; }
span { border-color: rgb(227,25,2); }
td.TdClassName
{
border-color: #E31902;
}
.TagClassName
{
border-color: #E31902;
}
</style>