Shades of Scarlet #E5170C
Tints of Scarlet #E5170C
RGB
CMYK
RGB Variations
Color information
#E5170C (or 0xE5170C) is known color: Scarlet. HEX triplet: E5, 17 and 0C. RGB value is (229,23,12). Sum of RGB (Red+Green+Blue) = 229+23+12=264 (34% of max value = 765). Red value is 229 (89.84% from 255 or 86.74% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 229 - color contains mainly: red. Hex color #E5170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5170C is #1AE8F3. Grayscale: #535353. Windows color (decimal): -1763572 or 792549. OLE color: 792549.
HSL color Cylindrical-coordinate representation of color #E5170C: hue angle of 3.04º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5170C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.10 |
| HSL | 3.04º | 0.9% | 0.47% | - |
| HSV(B) | 3.04º | 0.95% | 0.9% | - |
| XYZ | 32.69 | 17.3 | 1.96 | - |
| YUV | 83.34 | 87.75 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 12 | 0 | 0.90 | 0.95 | 0.10 | 3.04 | 0.9 | 0.47 |
| Hex | E5 | 17 | C | 0 | 5A | 5F | A | 3 | 5A | 2F |
| Octal | 345 | 27 | 14 | 0 | 132 | 137 | 12 | 3 | 132 | 57 |
| Binary | 11100101 | 10111 | 1100 | 0 | 1011010 | 1011111 | 1010 | 11 | 1011010 | 101111 |
Color Harmonies of #E5170C
Complementary color
Monochromatic Colors of #E5170C
Black with #E5170C
Text Example
Text Example
White with #E5170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5170C; }
p { color: rgb(229,23,12); }
H1.HeaderClassName
{
color: #E5170C;
}
.AnyTagClassName
{
color: #E5170C;
}
</style>
background-color css
<style>
a { background-color: #E5170C; }
a { background-color: rgb(229,23,12); }
div.DivClassName
{
background-color: #E5170C;
}
.BgClassName
{
background-color: #E5170C;
}
</style>
border-color css
<style>
span { border-color: #E5170C; }
span { border-color: rgb(229,23,12); }
td.TdClassName
{
border-color: #E5170C;
}
.TagClassName
{
border-color: #E5170C;
}
</style>