Shades of Scarlet #EB2002
Tints of Scarlet #EB2002
RGB
CMYK
RGB Variations
Color information
#EB2002 (or 0xEB2002) is known color: Scarlet. HEX triplet: EB, 20 and 02. RGB value is (235,32,2). Sum of RGB (Red+Green+Blue) = 235+32+2=269 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.36% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2002 is #14DFFD. Grayscale: #595959. Windows color (decimal): -1368062 or 139499. OLE color: 139499.
HSL color Cylindrical-coordinate representation of color #EB2002: hue angle of 7.73º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB2002 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.08 |
| HSL | 7.73º | 0.98% | 0.46% | - |
| HSV(B) | 7.73º | 0.99% | 0.92% | - |
| XYZ | 34.79 | 18.7 | 1.83 | - |
| YUV | 89.28 | 78.75 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 2 | 0 | 0.86 | 0.99 | 0.08 | 7.73 | 0.98 | 0.46 |
| Hex | EB | 20 | 2 | 0 | 56 | 63 | 8 | 8 | 62 | 2E |
| Octal | 353 | 40 | 2 | 0 | 126 | 143 | 10 | 10 | 142 | 56 |
| Binary | 11101011 | 100000 | 10 | 0 | 1010110 | 1100011 | 1000 | 1000 | 1100010 | 101110 |
Color Harmonies of #EB2002
Complementary color
Monochromatic Colors of #EB2002
Black with #EB2002
Text Example
Text Example
White with #EB2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2002; }
p { color: rgb(235,32,2); }
H1.HeaderClassName
{
color: #EB2002;
}
.AnyTagClassName
{
color: #EB2002;
}
</style>
background-color css
<style>
a { background-color: #EB2002; }
a { background-color: rgb(235,32,2); }
div.DivClassName
{
background-color: #EB2002;
}
.BgClassName
{
background-color: #EB2002;
}
</style>
border-color css
<style>
span { border-color: #EB2002; }
span { border-color: rgb(235,32,2); }
td.TdClassName
{
border-color: #EB2002;
}
.TagClassName
{
border-color: #EB2002;
}
</style>