Shades of Scarlet #E31A09
Tints of Scarlet #E31A09
RGB
CMYK
RGB Variations
Color information
#E31A09 (or 0xE31A09) is known color: Scarlet. HEX triplet: E3, 1A and 09. RGB value is (227,26,9). Sum of RGB (Red+Green+Blue) = 227+26+9=262 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.64% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31A09 is #1CE5F6. Grayscale: #545454. Windows color (decimal): -1893879 or 596707. OLE color: 596707.
HSL color Cylindrical-coordinate representation of color #E31A09: hue angle of 4.68º 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 #E31A09 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.11 |
| HSL | 4.68º | 0.92% | 0.46% | - |
| HSV(B) | 4.68º | 0.96% | 0.89% | - |
| XYZ | 32.1 | 17.09 | 1.87 | - |
| YUV | 84.16 | 85.59 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 9 | 0 | 0.89 | 0.96 | 0.11 | 4.68 | 0.92 | 0.46 |
| Hex | E3 | 1A | 9 | 0 | 59 | 60 | B | 5 | 5C | 2E |
| Octal | 343 | 32 | 11 | 0 | 131 | 140 | 13 | 5 | 134 | 56 |
| Binary | 11100011 | 11010 | 1001 | 0 | 1011001 | 1100000 | 1011 | 101 | 1011100 | 101110 |
Color Harmonies of #E31A09
Complementary color
Monochromatic Colors of #E31A09
Black with #E31A09
Text Example
Text Example
White with #E31A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31A09; }
p { color: rgb(227,26,9); }
H1.HeaderClassName
{
color: #E31A09;
}
.AnyTagClassName
{
color: #E31A09;
}
</style>
background-color css
<style>
a { background-color: #E31A09; }
a { background-color: rgb(227,26,9); }
div.DivClassName
{
background-color: #E31A09;
}
.BgClassName
{
background-color: #E31A09;
}
</style>
border-color css
<style>
span { border-color: #E31A09; }
span { border-color: rgb(227,26,9); }
td.TdClassName
{
border-color: #E31A09;
}
.TagClassName
{
border-color: #E31A09;
}
</style>