Shades of Scarlet #EB2919
Tints of Scarlet #EB2919
RGB
CMYK
RGB Variations
Color information
#EB2919 (or 0xEB2919) is known color: Scarlet. HEX triplet: EB, 29 and 19. RGB value is (235,41,25). Sum of RGB (Red+Green+Blue) = 235+41+25=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2919 is #14D6E6. Grayscale: #616161. Windows color (decimal): -1365735 or 1649131. OLE color: 1649131.
HSL color Cylindrical-coordinate representation of color #EB2919: hue angle of 4.57º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB2919 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 25 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.08 |
| HSL | 4.57º | 0.84% | 0.51% | - |
| HSV(B) | 4.57º | 0.89% | 0.92% | - |
| XYZ | 35.23 | 19.32 | 2.79 | - |
| YUV | 97.18 | 87.27 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 25 | 0 | 0.83 | 0.89 | 0.08 | 4.57 | 0.84 | 0.51 |
| Hex | EB | 29 | 19 | 0 | 53 | 59 | 8 | 5 | 54 | 33 |
| Octal | 353 | 51 | 31 | 0 | 123 | 131 | 10 | 5 | 124 | 63 |
| Binary | 11101011 | 101001 | 11001 | 0 | 1010011 | 1011001 | 1000 | 101 | 1010100 | 110011 |
Color Harmonies of #EB2919
Complementary color
Monochromatic Colors of #EB2919
Black with #EB2919
Text Example
Text Example
White with #EB2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2919; }
p { color: rgb(235,41,25); }
H1.HeaderClassName
{
color: #EB2919;
}
.AnyTagClassName
{
color: #EB2919;
}
</style>
background-color css
<style>
a { background-color: #EB2919; }
a { background-color: rgb(235,41,25); }
div.DivClassName
{
background-color: #EB2919;
}
.BgClassName
{
background-color: #EB2919;
}
</style>
border-color css
<style>
span { border-color: #EB2919; }
span { border-color: rgb(235,41,25); }
td.TdClassName
{
border-color: #EB2919;
}
.TagClassName
{
border-color: #EB2919;
}
</style>