Shades of Scarlet #EB2417
Tints of Scarlet #EB2417
RGB
CMYK
RGB Variations
Color information
#EB2417 (or 0xEB2417) is known color: Scarlet. HEX triplet: EB, 24 and 17. RGB value is (235,36,23). Sum of RGB (Red+Green+Blue) = 235+36+23=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2417 is #14DBE8. Grayscale: #5E5E5E. Windows color (decimal): -1367017 or 1516779. OLE color: 1516779.
HSL color Cylindrical-coordinate representation of color #EB2417: hue angle of 3.68º 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 #EB2417 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 23 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.08 |
| HSL | 3.68º | 0.84% | 0.51% | - |
| HSV(B) | 3.68º | 0.9% | 0.92% | - |
| XYZ | 35.05 | 18.99 | 2.63 | - |
| YUV | 94.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 23 | 0 | 0.85 | 0.90 | 0.08 | 3.68 | 0.84 | 0.51 |
| Hex | EB | 24 | 17 | 0 | 55 | 5A | 8 | 4 | 54 | 33 |
| Octal | 353 | 44 | 27 | 0 | 125 | 132 | 10 | 4 | 124 | 63 |
| Binary | 11101011 | 100100 | 10111 | 0 | 1010101 | 1011010 | 1000 | 100 | 1010100 | 110011 |
Color Harmonies of #EB2417
Complementary color
Monochromatic Colors of #EB2417
Black with #EB2417
Text Example
Text Example
White with #EB2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2417; }
p { color: rgb(235,36,23); }
H1.HeaderClassName
{
color: #EB2417;
}
.AnyTagClassName
{
color: #EB2417;
}
</style>
background-color css
<style>
a { background-color: #EB2417; }
a { background-color: rgb(235,36,23); }
div.DivClassName
{
background-color: #EB2417;
}
.BgClassName
{
background-color: #EB2417;
}
</style>
border-color css
<style>
span { border-color: #EB2417; }
span { border-color: rgb(235,36,23); }
td.TdClassName
{
border-color: #EB2417;
}
.TagClassName
{
border-color: #EB2417;
}
</style>