Shades of Scarlet #E5140F
Tints of Scarlet #E5140F
RGB
CMYK
RGB Variations
Color information
#E5140F (or 0xE5140F) is known color: Scarlet. HEX triplet: E5, 14 and 0F. RGB value is (229,20,15). Sum of RGB (Red+Green+Blue) = 229+20+15=264 (34% of max value = 765). Red value is 229 (89.84% from 255 or 86.74% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 229 - color contains mainly: red. Hex color #E5140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5140F is #1AEBF0. Grayscale: #525252. Windows color (decimal): -1764337 or 988389. OLE color: 988389.
HSL color Cylindrical-coordinate representation of color #E5140F: hue angle of 1.4º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5140F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.10 |
| HSL | 1.4º | 0.88% | 0.48% | - |
| HSV(B) | 1.4º | 0.93% | 0.9% | - |
| XYZ | 32.65 | 17.19 | 2.05 | - |
| YUV | 81.92 | 90.24 | 232.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 15 | 0 | 0.91 | 0.93 | 0.10 | 1.4 | 0.88 | 0.48 |
| Hex | E5 | 14 | F | 0 | 5B | 5D | A | 1 | 58 | 30 |
| Octal | 345 | 24 | 17 | 0 | 133 | 135 | 12 | 1 | 130 | 60 |
| Binary | 11100101 | 10100 | 1111 | 0 | 1011011 | 1011101 | 1010 | 1 | 1011000 | 110000 |
Color Harmonies of #E5140F
Complementary color
Monochromatic Colors of #E5140F
Black with #E5140F
Text Example
Text Example
White with #E5140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5140F; }
p { color: rgb(229,20,15); }
H1.HeaderClassName
{
color: #E5140F;
}
.AnyTagClassName
{
color: #E5140F;
}
</style>
background-color css
<style>
a { background-color: #E5140F; }
a { background-color: rgb(229,20,15); }
div.DivClassName
{
background-color: #E5140F;
}
.BgClassName
{
background-color: #E5140F;
}
</style>
border-color css
<style>
span { border-color: #E5140F; }
span { border-color: rgb(229,20,15); }
td.TdClassName
{
border-color: #E5140F;
}
.TagClassName
{
border-color: #E5140F;
}
</style>