Shades of Scarlet #E31409
Tints of Scarlet #E31409
RGB
CMYK
RGB Variations
Color information
#E31409 (or 0xE31409) is known color: Scarlet. HEX triplet: E3, 14 and 09. RGB value is (227,20,9). Sum of RGB (Red+Green+Blue) = 227+20+9=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E31409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31409 is #1CEBF6. Grayscale: #505050. Windows color (decimal): -1895415 or 595171. OLE color: 595171.
HSL color Cylindrical-coordinate representation of color #E31409: hue angle of 3.03º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E31409 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.11 |
| HSL | 3.03º | 0.92% | 0.46% | - |
| HSV(B) | 3.03º | 0.96% | 0.89% | - |
| XYZ | 31.98 | 16.85 | 1.83 | - |
| YUV | 80.64 | 87.58 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 9 | 0 | 0.91 | 0.96 | 0.11 | 3.03 | 0.92 | 0.46 |
| Hex | E3 | 14 | 9 | 0 | 5B | 60 | B | 3 | 5C | 2E |
| Octal | 343 | 24 | 11 | 0 | 133 | 140 | 13 | 3 | 134 | 56 |
| Binary | 11100011 | 10100 | 1001 | 0 | 1011011 | 1100000 | 1011 | 11 | 1011100 | 101110 |
Color Harmonies of #E31409
Complementary color
Monochromatic Colors of #E31409
Black with #E31409
Text Example
Text Example
White with #E31409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31409; }
p { color: rgb(227,20,9); }
H1.HeaderClassName
{
color: #E31409;
}
.AnyTagClassName
{
color: #E31409;
}
</style>
background-color css
<style>
a { background-color: #E31409; }
a { background-color: rgb(227,20,9); }
div.DivClassName
{
background-color: #E31409;
}
.BgClassName
{
background-color: #E31409;
}
</style>
border-color css
<style>
span { border-color: #E31409; }
span { border-color: rgb(227,20,9); }
td.TdClassName
{
border-color: #E31409;
}
.TagClassName
{
border-color: #E31409;
}
</style>