Shades of Scarlet #E4180C
Tints of Scarlet #E4180C
RGB
CMYK
RGB Variations
Color information
#E4180C (or 0xE4180C) is known color: Scarlet. HEX triplet: E4, 18 and 0C. RGB value is (228,24,12). Sum of RGB (Red+Green+Blue) = 228+24+12=264 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.36% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 228 - color contains mainly: red. Hex color #E4180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4180C is #1BE7F3. Grayscale: #535353. Windows color (decimal): -1828852 or 792804. OLE color: 792804.
HSL color Cylindrical-coordinate representation of color #E4180C: hue angle of 3.33º degrees, saturation: 0.9, 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 #E4180C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.11 |
| HSL | 3.33º | 0.9% | 0.47% | - |
| HSV(B) | 3.33º | 0.95% | 0.89% | - |
| XYZ | 32.39 | 17.17 | 1.96 | - |
| YUV | 83.63 | 87.59 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 12 | 0 | 0.89 | 0.95 | 0.11 | 3.33 | 0.9 | 0.47 |
| Hex | E4 | 18 | C | 0 | 59 | 5F | B | 3 | 5A | 2F |
| Octal | 344 | 30 | 14 | 0 | 131 | 137 | 13 | 3 | 132 | 57 |
| Binary | 11100100 | 11000 | 1100 | 0 | 1011001 | 1011111 | 1011 | 11 | 1011010 | 101111 |
Color Harmonies of #E4180C
Complementary color
Monochromatic Colors of #E4180C
Black with #E4180C
Text Example
Text Example
White with #E4180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4180C; }
p { color: rgb(228,24,12); }
H1.HeaderClassName
{
color: #E4180C;
}
.AnyTagClassName
{
color: #E4180C;
}
</style>
background-color css
<style>
a { background-color: #E4180C; }
a { background-color: rgb(228,24,12); }
div.DivClassName
{
background-color: #E4180C;
}
.BgClassName
{
background-color: #E4180C;
}
</style>
border-color css
<style>
span { border-color: #E4180C; }
span { border-color: rgb(228,24,12); }
td.TdClassName
{
border-color: #E4180C;
}
.TagClassName
{
border-color: #E4180C;
}
</style>