Shades of Scarlet #E31402
Tints of Scarlet #E31402
RGB
CMYK
RGB Variations
Color information
#E31402 (or 0xE31402) is known color: Scarlet. HEX triplet: E3, 14 and 02. RGB value is (227,20,2). Sum of RGB (Red+Green+Blue) = 227+20+2=249 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.16% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 227 - color contains mainly: red. Hex color #E31402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31402 is #1CEBFD. Grayscale: #505050. Windows color (decimal): -1895422 or 136419. OLE color: 136419.
HSL color Cylindrical-coordinate representation of color #E31402: hue angle of 4.8º 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 #E31402 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.11 |
| HSL | 4.8º | 0.98% | 0.45% | - |
| HSV(B) | 4.8º | 0.99% | 0.89% | - |
| XYZ | 31.94 | 16.84 | 1.62 | - |
| YUV | 79.84 | 84.08 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 2 | 0 | 0.91 | 0.99 | 0.11 | 4.8 | 0.98 | 0.45 |
| Hex | E3 | 14 | 2 | 0 | 5B | 63 | B | 5 | 62 | 2D |
| Octal | 343 | 24 | 2 | 0 | 133 | 143 | 13 | 5 | 142 | 55 |
| Binary | 11100011 | 10100 | 10 | 0 | 1011011 | 1100011 | 1011 | 101 | 1100010 | 101101 |
Color Harmonies of #E31402
Complementary color
Monochromatic Colors of #E31402
Black with #E31402
Text Example
Text Example
White with #E31402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31402; }
p { color: rgb(227,20,2); }
H1.HeaderClassName
{
color: #E31402;
}
.AnyTagClassName
{
color: #E31402;
}
</style>
background-color css
<style>
a { background-color: #E31402; }
a { background-color: rgb(227,20,2); }
div.DivClassName
{
background-color: #E31402;
}
.BgClassName
{
background-color: #E31402;
}
</style>
border-color css
<style>
span { border-color: #E31402; }
span { border-color: rgb(227,20,2); }
td.TdClassName
{
border-color: #E31402;
}
.TagClassName
{
border-color: #E31402;
}
</style>