Shades of Scarlet #E4160B
Tints of Scarlet #E4160B
RGB
CMYK
RGB Variations
Color information
#E4160B (or 0xE4160B) is known color: Scarlet. HEX triplet: E4, 16 and 0B. RGB value is (228,22,11). Sum of RGB (Red+Green+Blue) = 228+22+11=261 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.36% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 228 - color contains mainly: red. Hex color #E4160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4160B is #1BE9F4. Grayscale: #525252. Windows color (decimal): -1829365 or 726756. OLE color: 726756.
HSL color Cylindrical-coordinate representation of color #E4160B: hue angle of 3.04º 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 #E4160B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.11 |
| HSL | 3.04º | 0.91% | 0.47% | - |
| HSV(B) | 3.04º | 0.95% | 0.89% | - |
| XYZ | 32.34 | 17.09 | 1.91 | - |
| YUV | 82.34 | 87.75 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 11 | 0 | 0.90 | 0.95 | 0.11 | 3.04 | 0.91 | 0.47 |
| Hex | E4 | 16 | B | 0 | 5A | 5F | B | 3 | 5B | 2F |
| Octal | 344 | 26 | 13 | 0 | 132 | 137 | 13 | 3 | 133 | 57 |
| Binary | 11100100 | 10110 | 1011 | 0 | 1011010 | 1011111 | 1011 | 11 | 1011011 | 101111 |
Color Harmonies of #E4160B
Complementary color
Monochromatic Colors of #E4160B
Black with #E4160B
Text Example
Text Example
White with #E4160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4160B; }
p { color: rgb(228,22,11); }
H1.HeaderClassName
{
color: #E4160B;
}
.AnyTagClassName
{
color: #E4160B;
}
</style>
background-color css
<style>
a { background-color: #E4160B; }
a { background-color: rgb(228,22,11); }
div.DivClassName
{
background-color: #E4160B;
}
.BgClassName
{
background-color: #E4160B;
}
</style>
border-color css
<style>
span { border-color: #E4160B; }
span { border-color: rgb(228,22,11); }
td.TdClassName
{
border-color: #E4160B;
}
.TagClassName
{
border-color: #E4160B;
}
</style>