Shades of Scarlet #E7140F
Tints of Scarlet #E7140F
RGB
CMYK
RGB Variations
Color information
#E7140F (or 0xE7140F) is known color: Scarlet. HEX triplet: E7, 14 and 0F. RGB value is (231,20,15). Sum of RGB (Red+Green+Blue) = 231+20+15=266 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.84% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 231 - color contains mainly: red. Hex color #E7140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7140F is #18EBF0. Grayscale: #525252. Windows color (decimal): -1633265 or 988391. OLE color: 988391.
HSL color Cylindrical-coordinate representation of color #E7140F: hue angle of 1.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7140F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 15 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.09 |
| HSL | 1.39º | 0.88% | 0.48% | - |
| HSV(B) | 1.39º | 0.94% | 0.91% | - |
| XYZ | 33.29 | 17.52 | 2.08 | - |
| YUV | 82.52 | 89.9 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 15 | 0 | 0.91 | 0.94 | 0.09 | 1.39 | 0.88 | 0.48 |
| Hex | E7 | 14 | F | 0 | 5B | 5E | 9 | 1 | 58 | 30 |
| Octal | 347 | 24 | 17 | 0 | 133 | 136 | 11 | 1 | 130 | 60 |
| Binary | 11100111 | 10100 | 1111 | 0 | 1011011 | 1011110 | 1001 | 1 | 1011000 | 110000 |
Color Harmonies of #E7140F
Complementary color
Monochromatic Colors of #E7140F
Black with #E7140F
Text Example
Text Example
White with #E7140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7140F; }
p { color: rgb(231,20,15); }
H1.HeaderClassName
{
color: #E7140F;
}
.AnyTagClassName
{
color: #E7140F;
}
</style>
background-color css
<style>
a { background-color: #E7140F; }
a { background-color: rgb(231,20,15); }
div.DivClassName
{
background-color: #E7140F;
}
.BgClassName
{
background-color: #E7140F;
}
</style>
border-color css
<style>
span { border-color: #E7140F; }
span { border-color: rgb(231,20,15); }
td.TdClassName
{
border-color: #E7140F;
}
.TagClassName
{
border-color: #E7140F;
}
</style>