Shades of Scarlet #E4170C
Tints of Scarlet #E4170C
RGB
CMYK
RGB Variations
Color information
#E4170C (or 0xE4170C) is known color: Scarlet. HEX triplet: E4, 17 and 0C. RGB value is (228,23,12). Sum of RGB (Red+Green+Blue) = 228+23+12=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E4170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4170C is #1BE8F3. Grayscale: #535353. Windows color (decimal): -1829108 or 792548. OLE color: 792548.
HSL color Cylindrical-coordinate representation of color #E4170C: hue angle of 3.06º 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 #E4170C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.11 |
| HSL | 3.06º | 0.9% | 0.47% | - |
| HSV(B) | 3.06º | 0.95% | 0.89% | - |
| XYZ | 32.37 | 17.13 | 1.95 | - |
| YUV | 83.04 | 87.92 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 12 | 0 | 0.90 | 0.95 | 0.11 | 3.06 | 0.9 | 0.47 |
| Hex | E4 | 17 | C | 0 | 5A | 5F | B | 3 | 5A | 2F |
| Octal | 344 | 27 | 14 | 0 | 132 | 137 | 13 | 3 | 132 | 57 |
| Binary | 11100100 | 10111 | 1100 | 0 | 1011010 | 1011111 | 1011 | 11 | 1011010 | 101111 |
Color Harmonies of #E4170C
Complementary color
Monochromatic Colors of #E4170C
Black with #E4170C
Text Example
Text Example
White with #E4170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4170C; }
p { color: rgb(228,23,12); }
H1.HeaderClassName
{
color: #E4170C;
}
.AnyTagClassName
{
color: #E4170C;
}
</style>
background-color css
<style>
a { background-color: #E4170C; }
a { background-color: rgb(228,23,12); }
div.DivClassName
{
background-color: #E4170C;
}
.BgClassName
{
background-color: #E4170C;
}
</style>
border-color css
<style>
span { border-color: #E4170C; }
span { border-color: rgb(228,23,12); }
td.TdClassName
{
border-color: #E4170C;
}
.TagClassName
{
border-color: #E4170C;
}
</style>