Shades of Scarlet #E4180B
Tints of Scarlet #E4180B
RGB
CMYK
RGB Variations
Color information
#E4180B (or 0xE4180B) is known color: Scarlet. HEX triplet: E4, 18 and 0B. RGB value is (228,24,11). Sum of RGB (Red+Green+Blue) = 228+24+11=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E4180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4180B is #1BE7F4. Grayscale: #535353. Windows color (decimal): -1828853 or 727268. OLE color: 727268.
HSL color Cylindrical-coordinate representation of color #E4180B: hue angle of 3.59º 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 #E4180B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.11 |
| HSL | 3.59º | 0.91% | 0.47% | - |
| HSV(B) | 3.59º | 0.95% | 0.89% | - |
| XYZ | 32.38 | 17.17 | 1.92 | - |
| YUV | 83.51 | 87.09 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 11 | 0 | 0.89 | 0.95 | 0.11 | 3.59 | 0.91 | 0.47 |
| Hex | E4 | 18 | B | 0 | 59 | 5F | B | 4 | 5B | 2F |
| Octal | 344 | 30 | 13 | 0 | 131 | 137 | 13 | 4 | 133 | 57 |
| Binary | 11100100 | 11000 | 1011 | 0 | 1011001 | 1011111 | 1011 | 100 | 1011011 | 101111 |
Color Harmonies of #E4180B
Complementary color
Monochromatic Colors of #E4180B
Black with #E4180B
Text Example
Text Example
White with #E4180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4180B; }
p { color: rgb(228,24,11); }
H1.HeaderClassName
{
color: #E4180B;
}
.AnyTagClassName
{
color: #E4180B;
}
</style>
background-color css
<style>
a { background-color: #E4180B; }
a { background-color: rgb(228,24,11); }
div.DivClassName
{
background-color: #E4180B;
}
.BgClassName
{
background-color: #E4180B;
}
</style>
border-color css
<style>
span { border-color: #E4180B; }
span { border-color: rgb(228,24,11); }
td.TdClassName
{
border-color: #E4180B;
}
.TagClassName
{
border-color: #E4180B;
}
</style>