Shades of Scarlet #E4140F
Tints of Scarlet #E4140F
RGB
CMYK
RGB Variations
Color information
#E4140F (or 0xE4140F) is known color: Scarlet. HEX triplet: E4, 14 and 0F. RGB value is (228,20,15). Sum of RGB (Red+Green+Blue) = 228+20+15=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E4140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4140F is #1BEBF0. Grayscale: #515151. Windows color (decimal): -1829873 or 988388. OLE color: 988388.
HSL color Cylindrical-coordinate representation of color #E4140F: hue angle of 1.41º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4140F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.11 |
| HSL | 1.41º | 0.88% | 0.48% | - |
| HSV(B) | 1.41º | 0.93% | 0.89% | - |
| XYZ | 32.33 | 17.03 | 2.03 | - |
| YUV | 81.62 | 90.41 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 15 | 0 | 0.91 | 0.93 | 0.11 | 1.41 | 0.88 | 0.48 |
| Hex | E4 | 14 | F | 0 | 5B | 5D | B | 1 | 58 | 30 |
| Octal | 344 | 24 | 17 | 0 | 133 | 135 | 13 | 1 | 130 | 60 |
| Binary | 11100100 | 10100 | 1111 | 0 | 1011011 | 1011101 | 1011 | 1 | 1011000 | 110000 |
Color Harmonies of #E4140F
Complementary color
Monochromatic Colors of #E4140F
Black with #E4140F
Text Example
Text Example
White with #E4140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4140F; }
p { color: rgb(228,20,15); }
H1.HeaderClassName
{
color: #E4140F;
}
.AnyTagClassName
{
color: #E4140F;
}
</style>
background-color css
<style>
a { background-color: #E4140F; }
a { background-color: rgb(228,20,15); }
div.DivClassName
{
background-color: #E4140F;
}
.BgClassName
{
background-color: #E4140F;
}
</style>
border-color css
<style>
span { border-color: #E4140F; }
span { border-color: rgb(228,20,15); }
td.TdClassName
{
border-color: #E4140F;
}
.TagClassName
{
border-color: #E4140F;
}
</style>