Shades of Scarlet #EB2117
Tints of Scarlet #EB2117
RGB
CMYK
RGB Variations
Color information
#EB2117 (or 0xEB2117) is known color: Scarlet. HEX triplet: EB, 21 and 17. RGB value is (235,33,23). Sum of RGB (Red+Green+Blue) = 235+33+23=291 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.76% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2117 is #14DEE8. Grayscale: #5C5C5C. Windows color (decimal): -1367785 or 1516011. OLE color: 1516011.
HSL color Cylindrical-coordinate representation of color #EB2117: hue angle of 2.83º 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 #EB2117 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 23 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.08 |
| HSL | 2.83º | 0.84% | 0.51% | - |
| HSV(B) | 2.83º | 0.9% | 0.92% | - |
| XYZ | 34.96 | 18.81 | 2.6 | - |
| YUV | 92.26 | 88.92 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 23 | 0 | 0.86 | 0.90 | 0.08 | 2.83 | 0.84 | 0.51 |
| Hex | EB | 21 | 17 | 0 | 56 | 5A | 8 | 3 | 54 | 33 |
| Octal | 353 | 41 | 27 | 0 | 126 | 132 | 10 | 3 | 124 | 63 |
| Binary | 11101011 | 100001 | 10111 | 0 | 1010110 | 1011010 | 1000 | 11 | 1010100 | 110011 |
Color Harmonies of #EB2117
Complementary color
Monochromatic Colors of #EB2117
Black with #EB2117
Text Example
Text Example
White with #EB2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2117; }
p { color: rgb(235,33,23); }
H1.HeaderClassName
{
color: #EB2117;
}
.AnyTagClassName
{
color: #EB2117;
}
</style>
background-color css
<style>
a { background-color: #EB2117; }
a { background-color: rgb(235,33,23); }
div.DivClassName
{
background-color: #EB2117;
}
.BgClassName
{
background-color: #EB2117;
}
</style>
border-color css
<style>
span { border-color: #EB2117; }
span { border-color: rgb(235,33,23); }
td.TdClassName
{
border-color: #EB2117;
}
.TagClassName
{
border-color: #EB2117;
}
</style>