Shades of Scarlet #E0170F
Tints of Scarlet #E0170F
RGB
CMYK
RGB Variations
Color information
#E0170F (or 0xE0170F) is known color: Scarlet. HEX triplet: E0, 17 and 0F. RGB value is (224,23,15). Sum of RGB (Red+Green+Blue) = 224+23+15=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E0170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0170F is #1FE8F0. Grayscale: #525252. Windows color (decimal): -2091249 or 989152. OLE color: 989152.
HSL color Cylindrical-coordinate representation of color #E0170F: hue angle of 2.3º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0170F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.12 |
| HSL | 2.3º | 0.87% | 0.47% | - |
| HSV(B) | 2.3º | 0.93% | 0.88% | - |
| XYZ | 31.13 | 16.49 | 1.99 | - |
| YUV | 82.19 | 90.09 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 15 | 0 | 0.90 | 0.93 | 0.12 | 2.3 | 0.87 | 0.47 |
| Hex | E0 | 17 | F | 0 | 5A | 5D | C | 2 | 57 | 2F |
| Octal | 340 | 27 | 17 | 0 | 132 | 135 | 14 | 2 | 127 | 57 |
| Binary | 11100000 | 10111 | 1111 | 0 | 1011010 | 1011101 | 1100 | 10 | 1010111 | 101111 |
Color Harmonies of #E0170F
Complementary color
Monochromatic Colors of #E0170F
Black with #E0170F
Text Example
Text Example
White with #E0170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0170F; }
p { color: rgb(224,23,15); }
H1.HeaderClassName
{
color: #E0170F;
}
.AnyTagClassName
{
color: #E0170F;
}
</style>
background-color css
<style>
a { background-color: #E0170F; }
a { background-color: rgb(224,23,15); }
div.DivClassName
{
background-color: #E0170F;
}
.BgClassName
{
background-color: #E0170F;
}
</style>
border-color css
<style>
span { border-color: #E0170F; }
span { border-color: rgb(224,23,15); }
td.TdClassName
{
border-color: #E0170F;
}
.TagClassName
{
border-color: #E0170F;
}
</style>