Shades of Scarlet #EB2511
Tints of Scarlet #EB2511
RGB
CMYK
RGB Variations
Color information
#EB2511 (or 0xEB2511) is known color: Scarlet. HEX triplet: EB, 25 and 11. RGB value is (235,37,17). Sum of RGB (Red+Green+Blue) = 235+37+17=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2511 is #14DAEE. Grayscale: #5E5E5E. Windows color (decimal): -1366767 or 1123819. OLE color: 1123819.
HSL color Cylindrical-coordinate representation of color #EB2511: hue angle of 5.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB2511 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 17 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.08 |
| HSL | 5.5º | 0.87% | 0.49% | - |
| HSV(B) | 5.5º | 0.93% | 0.92% | - |
| XYZ | 35.02 | 19.03 | 2.36 | - |
| YUV | 93.92 | 84.6 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 17 | 0 | 0.84 | 0.93 | 0.08 | 5.5 | 0.87 | 0.49 |
| Hex | EB | 25 | 11 | 0 | 54 | 5D | 8 | 6 | 57 | 31 |
| Octal | 353 | 45 | 21 | 0 | 124 | 135 | 10 | 6 | 127 | 61 |
| Binary | 11101011 | 100101 | 10001 | 0 | 1010100 | 1011101 | 1000 | 110 | 1010111 | 110001 |
Color Harmonies of #EB2511
Complementary color
Monochromatic Colors of #EB2511
Black with #EB2511
Text Example
Text Example
White with #EB2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2511; }
p { color: rgb(235,37,17); }
H1.HeaderClassName
{
color: #EB2511;
}
.AnyTagClassName
{
color: #EB2511;
}
</style>
background-color css
<style>
a { background-color: #EB2511; }
a { background-color: rgb(235,37,17); }
div.DivClassName
{
background-color: #EB2511;
}
.BgClassName
{
background-color: #EB2511;
}
</style>
border-color css
<style>
span { border-color: #EB2511; }
span { border-color: rgb(235,37,17); }
td.TdClassName
{
border-color: #EB2511;
}
.TagClassName
{
border-color: #EB2511;
}
</style>