Shades of Scarlet #E3140B
Tints of Scarlet #E3140B
RGB
CMYK
RGB Variations
Color information
#E3140B (or 0xE3140B) is known color: Scarlet. HEX triplet: E3, 14 and 0B. RGB value is (227,20,11). Sum of RGB (Red+Green+Blue) = 227+20+11=258 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.98% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 227 - color contains mainly: red. Hex color #E3140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3140B is #1CEBF4. Grayscale: #515151. Windows color (decimal): -1895413 or 726243. OLE color: 726243.
HSL color Cylindrical-coordinate representation of color #E3140B: hue angle of 2.5º 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 #E3140B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.11 |
| HSL | 2.5º | 0.91% | 0.47% | - |
| HSV(B) | 2.5º | 0.95% | 0.89% | - |
| XYZ | 31.99 | 16.86 | 1.88 | - |
| YUV | 80.87 | 88.58 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 11 | 0 | 0.91 | 0.95 | 0.11 | 2.5 | 0.91 | 0.47 |
| Hex | E3 | 14 | B | 0 | 5B | 5F | B | 2 | 5B | 2F |
| Octal | 343 | 24 | 13 | 0 | 133 | 137 | 13 | 2 | 133 | 57 |
| Binary | 11100011 | 10100 | 1011 | 0 | 1011011 | 1011111 | 1011 | 10 | 1011011 | 101111 |
Color Harmonies of #E3140B
Complementary color
Monochromatic Colors of #E3140B
Black with #E3140B
Text Example
Text Example
White with #E3140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3140B; }
p { color: rgb(227,20,11); }
H1.HeaderClassName
{
color: #E3140B;
}
.AnyTagClassName
{
color: #E3140B;
}
</style>
background-color css
<style>
a { background-color: #E3140B; }
a { background-color: rgb(227,20,11); }
div.DivClassName
{
background-color: #E3140B;
}
.BgClassName
{
background-color: #E3140B;
}
</style>
border-color css
<style>
span { border-color: #E3140B; }
span { border-color: rgb(227,20,11); }
td.TdClassName
{
border-color: #E3140B;
}
.TagClassName
{
border-color: #E3140B;
}
</style>