Shades of Scarlet #E3130B
Tints of Scarlet #E3130B
RGB
CMYK
RGB Variations
Color information
#E3130B (or 0xE3130B) is known color: Scarlet. HEX triplet: E3, 13 and 0B. RGB value is (227,19,11). Sum of RGB (Red+Green+Blue) = 227+19+11=257 (34% of max value = 765). Red value is 227 (89.06% from 255 or 88.33% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 227 - color contains mainly: red. Hex color #E3130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3130B is #1CECF4. Grayscale: #505050. Windows color (decimal): -1895669 or 725987. OLE color: 725987.
HSL color Cylindrical-coordinate representation of color #E3130B: hue angle of 2.22º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3130B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.11 |
| HSL | 2.22º | 0.91% | 0.47% | - |
| HSV(B) | 2.22º | 0.95% | 0.89% | - |
| XYZ | 31.97 | 16.82 | 1.88 | - |
| YUV | 80.28 | 88.91 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 11 | 0 | 0.92 | 0.95 | 0.11 | 2.22 | 0.91 | 0.47 |
| Hex | E3 | 13 | B | 0 | 5C | 5F | B | 2 | 5B | 2F |
| Octal | 343 | 23 | 13 | 0 | 134 | 137 | 13 | 2 | 133 | 57 |
| Binary | 11100011 | 10011 | 1011 | 0 | 1011100 | 1011111 | 1011 | 10 | 1011011 | 101111 |
Color Harmonies of #E3130B
Complementary color
Monochromatic Colors of #E3130B
Black with #E3130B
Text Example
Text Example
White with #E3130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3130B; }
p { color: rgb(227,19,11); }
H1.HeaderClassName
{
color: #E3130B;
}
.AnyTagClassName
{
color: #E3130B;
}
</style>
background-color css
<style>
a { background-color: #E3130B; }
a { background-color: rgb(227,19,11); }
div.DivClassName
{
background-color: #E3130B;
}
.BgClassName
{
background-color: #E3130B;
}
</style>
border-color css
<style>
span { border-color: #E3130B; }
span { border-color: rgb(227,19,11); }
td.TdClassName
{
border-color: #E3130B;
}
.TagClassName
{
border-color: #E3130B;
}
</style>