Shades of Scarlet #EB1717
Tints of Scarlet #EB1717
RGB
CMYK
RGB Variations
Color information
#EB1717 (or 0xEB1717) is known color: Scarlet. HEX triplet: EB, 17 and 17. RGB value is (235,23,23). Sum of RGB (Red+Green+Blue) = 235+23+23=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1717 is #14E8E8. Grayscale: #565656. Windows color (decimal): -1370345 or 1513451. OLE color: 1513451.
HSL color Cylindrical-coordinate representation of color #EB1717: hue angle of 0º 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 #EB1717 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 23 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.08 |
| HSL | 0º | 0.84% | 0.51% | - |
| HSV(B) | 0º | 0.9% | 0.92% | - |
| XYZ | 34.72 | 18.34 | 2.52 | - |
| YUV | 86.39 | 92.24 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 23 | 0 | 0.90 | 0.90 | 0.08 | 0 | 0.84 | 0.51 |
| Hex | EB | 17 | 17 | 0 | 5A | 5A | 8 | 0 | 54 | 33 |
| Octal | 353 | 27 | 27 | 0 | 132 | 132 | 10 | 0 | 124 | 63 |
| Binary | 11101011 | 10111 | 10111 | 0 | 1011010 | 1011010 | 1000 | 0 | 1010100 | 110011 |
Color Harmonies of #EB1717
Complementary color
Monochromatic Colors of #EB1717
Black with #EB1717
Text Example
Text Example
White with #EB1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1717; }
p { color: rgb(235,23,23); }
H1.HeaderClassName
{
color: #EB1717;
}
.AnyTagClassName
{
color: #EB1717;
}
</style>
background-color css
<style>
a { background-color: #EB1717; }
a { background-color: rgb(235,23,23); }
div.DivClassName
{
background-color: #EB1717;
}
.BgClassName
{
background-color: #EB1717;
}
</style>
border-color css
<style>
span { border-color: #EB1717; }
span { border-color: rgb(235,23,23); }
td.TdClassName
{
border-color: #EB1717;
}
.TagClassName
{
border-color: #EB1717;
}
</style>