Shades of Scarlet #EB2017
Tints of Scarlet #EB2017
RGB
CMYK
RGB Variations
Color information
#EB2017 (or 0xEB2017) is known color: Scarlet. HEX triplet: EB, 20 and 17. RGB value is (235,32,23). Sum of RGB (Red+Green+Blue) = 235+32+23=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2017 is #14DFE8. Grayscale: #5B5B5B. Windows color (decimal): -1368041 or 1515755. OLE color: 1515755.
HSL color Cylindrical-coordinate representation of color #EB2017: hue angle of 2.55º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB2017 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 23 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.08 |
| HSL | 2.55º | 0.84% | 0.51% | - |
| HSV(B) | 2.55º | 0.9% | 0.92% | - |
| XYZ | 34.93 | 18.76 | 2.59 | - |
| YUV | 91.67 | 89.25 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 23 | 0 | 0.86 | 0.90 | 0.08 | 2.55 | 0.84 | 0.51 |
| Hex | EB | 20 | 17 | 0 | 56 | 5A | 8 | 3 | 54 | 33 |
| Octal | 353 | 40 | 27 | 0 | 126 | 132 | 10 | 3 | 124 | 63 |
| Binary | 11101011 | 100000 | 10111 | 0 | 1010110 | 1011010 | 1000 | 11 | 1010100 | 110011 |
Color Harmonies of #EB2017
Complementary color
Monochromatic Colors of #EB2017
Black with #EB2017
Text Example
Text Example
White with #EB2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2017; }
p { color: rgb(235,32,23); }
H1.HeaderClassName
{
color: #EB2017;
}
.AnyTagClassName
{
color: #EB2017;
}
</style>
background-color css
<style>
a { background-color: #EB2017; }
a { background-color: rgb(235,32,23); }
div.DivClassName
{
background-color: #EB2017;
}
.BgClassName
{
background-color: #EB2017;
}
</style>
border-color css
<style>
span { border-color: #EB2017; }
span { border-color: rgb(235,32,23); }
td.TdClassName
{
border-color: #EB2017;
}
.TagClassName
{
border-color: #EB2017;
}
</style>