Shades of Scarlet #E5140B
Tints of Scarlet #E5140B
RGB
CMYK
RGB Variations
Color information
#E5140B (or 0xE5140B) is known color: Scarlet. HEX triplet: E5, 14 and 0B. RGB value is (229,20,11). Sum of RGB (Red+Green+Blue) = 229+20+11=260 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.08% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 229 - color contains mainly: red. Hex color #E5140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5140B is #1AEBF4. Grayscale: #515151. Windows color (decimal): -1764341 or 726245. OLE color: 726245.
HSL color Cylindrical-coordinate representation of color #E5140B: hue angle of 2.48º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5140B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.10 |
| HSL | 2.48º | 0.91% | 0.47% | - |
| HSV(B) | 2.48º | 0.95% | 0.9% | - |
| XYZ | 32.62 | 17.18 | 1.91 | - |
| YUV | 81.47 | 88.24 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 11 | 0 | 0.91 | 0.95 | 0.10 | 2.48 | 0.91 | 0.47 |
| Hex | E5 | 14 | B | 0 | 5B | 5F | A | 2 | 5B | 2F |
| Octal | 345 | 24 | 13 | 0 | 133 | 137 | 12 | 2 | 133 | 57 |
| Binary | 11100101 | 10100 | 1011 | 0 | 1011011 | 1011111 | 1010 | 10 | 1011011 | 101111 |
Color Harmonies of #E5140B
Complementary color
Monochromatic Colors of #E5140B
Black with #E5140B
Text Example
Text Example
White with #E5140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5140B; }
p { color: rgb(229,20,11); }
H1.HeaderClassName
{
color: #E5140B;
}
.AnyTagClassName
{
color: #E5140B;
}
</style>
background-color css
<style>
a { background-color: #E5140B; }
a { background-color: rgb(229,20,11); }
div.DivClassName
{
background-color: #E5140B;
}
.BgClassName
{
background-color: #E5140B;
}
</style>
border-color css
<style>
span { border-color: #E5140B; }
span { border-color: rgb(229,20,11); }
td.TdClassName
{
border-color: #E5140B;
}
.TagClassName
{
border-color: #E5140B;
}
</style>