Shades of Scarlet #EB2201
Tints of Scarlet #EB2201
RGB
CMYK
RGB Variations
Color information
#EB2201 (or 0xEB2201) is known color: Scarlet. HEX triplet: EB, 22 and 01. RGB value is (235,34,1). Sum of RGB (Red+Green+Blue) = 235+34+1=270 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.04% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2201 is #14DDFE. Grayscale: #5A5A5A. Windows color (decimal): -1367551 or 74475. OLE color: 74475.
HSL color Cylindrical-coordinate representation of color #EB2201: hue angle of 8.46º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB2201 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.08 |
| HSL | 8.46º | 0.99% | 0.46% | - |
| HSV(B) | 8.46º | 1% | 0.92% | - |
| XYZ | 34.84 | 18.81 | 1.82 | - |
| YUV | 90.34 | 77.59 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 1 | 0 | 0.86 | 1.00 | 0.08 | 8.46 | 0.99 | 0.46 |
| Hex | EB | 22 | 1 | 0 | 56 | 64 | 8 | 8 | 63 | 2E |
| Octal | 353 | 42 | 1 | 0 | 126 | 144 | 10 | 10 | 143 | 56 |
| Binary | 11101011 | 100010 | 1 | 0 | 1010110 | 1100100 | 1000 | 1000 | 1100011 | 101110 |
Color Harmonies of #EB2201
Complementary color
Monochromatic Colors of #EB2201
Black with #EB2201
Text Example
Text Example
White with #EB2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2201; }
p { color: rgb(235,34,1); }
H1.HeaderClassName
{
color: #EB2201;
}
.AnyTagClassName
{
color: #EB2201;
}
</style>
background-color css
<style>
a { background-color: #EB2201; }
a { background-color: rgb(235,34,1); }
div.DivClassName
{
background-color: #EB2201;
}
.BgClassName
{
background-color: #EB2201;
}
</style>
border-color css
<style>
span { border-color: #EB2201; }
span { border-color: rgb(235,34,1); }
td.TdClassName
{
border-color: #EB2201;
}
.TagClassName
{
border-color: #EB2201;
}
</style>