Shades of Scarlet #EB2020
Tints of Scarlet #EB2020
RGB
CMYK
RGB Variations
Color information
#EB2020 (or 0xEB2020) is known color: Scarlet. HEX triplet: EB, 20 and 20. RGB value is (235,32,32). Sum of RGB (Red+Green+Blue) = 235+32+32=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2020 is #14DFDF. Grayscale: #5C5C5C. Windows color (decimal): -1368032 or 2105579. OLE color: 2105579.
HSL color Cylindrical-coordinate representation of color #EB2020: hue angle of 0º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2020 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 32 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.08 |
| HSL | 0º | 0.84% | 0.52% | - |
| HSV(B) | 0º | 0.86% | 0.92% | - |
| XYZ | 35.04 | 18.8 | 3.15 | - |
| YUV | 92.7 | 93.75 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 32 | 0 | 0.86 | 0.86 | 0.08 | 0 | 0.84 | 0.52 |
| Hex | EB | 20 | 20 | 0 | 56 | 56 | 8 | 0 | 54 | 34 |
| Octal | 353 | 40 | 40 | 0 | 126 | 126 | 10 | 0 | 124 | 64 |
| Binary | 11101011 | 100000 | 100000 | 0 | 1010110 | 1010110 | 1000 | 0 | 1010100 | 110100 |
Color Harmonies of #EB2020
Complementary color
Monochromatic Colors of #EB2020
Black with #EB2020
Text Example
Text Example
White with #EB2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2020; }
p { color: rgb(235,32,32); }
H1.HeaderClassName
{
color: #EB2020;
}
.AnyTagClassName
{
color: #EB2020;
}
</style>
background-color css
<style>
a { background-color: #EB2020; }
a { background-color: rgb(235,32,32); }
div.DivClassName
{
background-color: #EB2020;
}
.BgClassName
{
background-color: #EB2020;
}
</style>
border-color css
<style>
span { border-color: #EB2020; }
span { border-color: rgb(235,32,32); }
td.TdClassName
{
border-color: #EB2020;
}
.TagClassName
{
border-color: #EB2020;
}
</style>