Shades of Scarlet #EB2517
Tints of Scarlet #EB2517
RGB
CMYK
RGB Variations
Color information
#EB2517 (or 0xEB2517) is known color: Scarlet. HEX triplet: EB, 25 and 17. RGB value is (235,37,23). Sum of RGB (Red+Green+Blue) = 235+37+23=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2517 is #14DAE8. Grayscale: #5E5E5E. Windows color (decimal): -1366761 or 1517035. OLE color: 1517035.
HSL color Cylindrical-coordinate representation of color #EB2517: hue angle of 3.96º 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 #EB2517 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 23 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.08 |
| HSL | 3.96º | 0.84% | 0.51% | - |
| HSV(B) | 3.96º | 0.9% | 0.92% | - |
| XYZ | 35.08 | 19.05 | 2.64 | - |
| YUV | 94.61 | 87.6 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 23 | 0 | 0.84 | 0.90 | 0.08 | 3.96 | 0.84 | 0.51 |
| Hex | EB | 25 | 17 | 0 | 54 | 5A | 8 | 4 | 54 | 33 |
| Octal | 353 | 45 | 27 | 0 | 124 | 132 | 10 | 4 | 124 | 63 |
| Binary | 11101011 | 100101 | 10111 | 0 | 1010100 | 1011010 | 1000 | 100 | 1010100 | 110011 |
Color Harmonies of #EB2517
Complementary color
Monochromatic Colors of #EB2517
Black with #EB2517
Text Example
Text Example
White with #EB2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2517; }
p { color: rgb(235,37,23); }
H1.HeaderClassName
{
color: #EB2517;
}
.AnyTagClassName
{
color: #EB2517;
}
</style>
background-color css
<style>
a { background-color: #EB2517; }
a { background-color: rgb(235,37,23); }
div.DivClassName
{
background-color: #EB2517;
}
.BgClassName
{
background-color: #EB2517;
}
</style>
border-color css
<style>
span { border-color: #EB2517; }
span { border-color: rgb(235,37,23); }
td.TdClassName
{
border-color: #EB2517;
}
.TagClassName
{
border-color: #EB2517;
}
</style>