Shades of Scarlet #EB2014
Tints of Scarlet #EB2014
RGB
CMYK
RGB Variations
Color information
#EB2014 (or 0xEB2014) is known color: Scarlet. HEX triplet: EB, 20 and 14. RGB value is (235,32,20). Sum of RGB (Red+Green+Blue) = 235+32+20=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2014 is #14DFEB. Grayscale: #5B5B5B. Windows color (decimal): -1368044 or 1319147. OLE color: 1319147.
HSL color Cylindrical-coordinate representation of color #EB2014: hue angle of 3.35º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB2014 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 20 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.08 |
| HSL | 3.35º | 0.84% | 0.5% | - |
| HSV(B) | 3.35º | 0.91% | 0.92% | - |
| XYZ | 34.9 | 18.75 | 2.44 | - |
| YUV | 91.33 | 87.75 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 20 | 0 | 0.86 | 0.91 | 0.08 | 3.35 | 0.84 | 0.5 |
| Hex | EB | 20 | 14 | 0 | 56 | 5B | 8 | 3 | 54 | 32 |
| Octal | 353 | 40 | 24 | 0 | 126 | 133 | 10 | 3 | 124 | 62 |
| Binary | 11101011 | 100000 | 10100 | 0 | 1010110 | 1011011 | 1000 | 11 | 1010100 | 110010 |
Color Harmonies of #EB2014
Complementary color
Monochromatic Colors of #EB2014
Black with #EB2014
Text Example
Text Example
White with #EB2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2014; }
p { color: rgb(235,32,20); }
H1.HeaderClassName
{
color: #EB2014;
}
.AnyTagClassName
{
color: #EB2014;
}
</style>
background-color css
<style>
a { background-color: #EB2014; }
a { background-color: rgb(235,32,20); }
div.DivClassName
{
background-color: #EB2014;
}
.BgClassName
{
background-color: #EB2014;
}
</style>
border-color css
<style>
span { border-color: #EB2014; }
span { border-color: rgb(235,32,20); }
td.TdClassName
{
border-color: #EB2014;
}
.TagClassName
{
border-color: #EB2014;
}
</style>