Shades of Scarlet #E0170B
Tints of Scarlet #E0170B
RGB
CMYK
RGB Variations
Color information
#E0170B (or 0xE0170B) is known color: Scarlet. HEX triplet: E0, 17 and 0B. RGB value is (224,23,11). Sum of RGB (Red+Green+Blue) = 224+23+11=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E0170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0170B is #1FE8F4. Grayscale: #515151. Windows color (decimal): -2091253 or 727008. OLE color: 727008.
HSL color Cylindrical-coordinate representation of color #E0170B: hue angle of 3.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0170B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.12 |
| HSL | 3.38º | 0.91% | 0.46% | - |
| HSV(B) | 3.38º | 0.95% | 0.88% | - |
| XYZ | 31.11 | 16.48 | 1.86 | - |
| YUV | 81.73 | 88.09 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 11 | 0 | 0.90 | 0.95 | 0.12 | 3.38 | 0.91 | 0.46 |
| Hex | E0 | 17 | B | 0 | 5A | 5F | C | 3 | 5B | 2E |
| Octal | 340 | 27 | 13 | 0 | 132 | 137 | 14 | 3 | 133 | 56 |
| Binary | 11100000 | 10111 | 1011 | 0 | 1011010 | 1011111 | 1100 | 11 | 1011011 | 101110 |
Color Harmonies of #E0170B
Complementary color
Monochromatic Colors of #E0170B
Black with #E0170B
Text Example
Text Example
White with #E0170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0170B; }
p { color: rgb(224,23,11); }
H1.HeaderClassName
{
color: #E0170B;
}
.AnyTagClassName
{
color: #E0170B;
}
</style>
background-color css
<style>
a { background-color: #E0170B; }
a { background-color: rgb(224,23,11); }
div.DivClassName
{
background-color: #E0170B;
}
.BgClassName
{
background-color: #E0170B;
}
</style>
border-color css
<style>
span { border-color: #E0170B; }
span { border-color: rgb(224,23,11); }
td.TdClassName
{
border-color: #E0170B;
}
.TagClassName
{
border-color: #E0170B;
}
</style>