Shades of Scarlet #E3130A
Tints of Scarlet #E3130A
RGB
CMYK
RGB Variations
Color information
#E3130A (or 0xE3130A) is known color: Scarlet. HEX triplet: E3, 13 and 0A. RGB value is (227,19,10). Sum of RGB (Red+Green+Blue) = 227+19+10=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E3130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3130A is #1CECF5. Grayscale: #505050. Windows color (decimal): -1895670 or 660451. OLE color: 660451.
HSL color Cylindrical-coordinate representation of color #E3130A: hue angle of 2.49º 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 #E3130A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.11 |
| HSL | 2.49º | 0.92% | 0.46% | - |
| HSV(B) | 2.49º | 0.96% | 0.89% | - |
| XYZ | 31.97 | 16.82 | 1.85 | - |
| YUV | 80.17 | 88.41 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 10 | 0 | 0.92 | 0.96 | 0.11 | 2.49 | 0.92 | 0.46 |
| Hex | E3 | 13 | A | 0 | 5C | 60 | B | 2 | 5C | 2E |
| Octal | 343 | 23 | 12 | 0 | 134 | 140 | 13 | 2 | 134 | 56 |
| Binary | 11100011 | 10011 | 1010 | 0 | 1011100 | 1100000 | 1011 | 10 | 1011100 | 101110 |
Color Harmonies of #E3130A
Complementary color
Monochromatic Colors of #E3130A
Black with #E3130A
Text Example
Text Example
White with #E3130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3130A; }
p { color: rgb(227,19,10); }
H1.HeaderClassName
{
color: #E3130A;
}
.AnyTagClassName
{
color: #E3130A;
}
</style>
background-color css
<style>
a { background-color: #E3130A; }
a { background-color: rgb(227,19,10); }
div.DivClassName
{
background-color: #E3130A;
}
.BgClassName
{
background-color: #E3130A;
}
</style>
border-color css
<style>
span { border-color: #E3130A; }
span { border-color: rgb(227,19,10); }
td.TdClassName
{
border-color: #E3130A;
}
.TagClassName
{
border-color: #E3130A;
}
</style>