Shades of Scarlet #EB2211
Tints of Scarlet #EB2211
RGB
CMYK
RGB Variations
Color information
#EB2211 (or 0xEB2211) is known color: Scarlet. HEX triplet: EB, 22 and 11. RGB value is (235,34,17). Sum of RGB (Red+Green+Blue) = 235+34+17=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2211 is #14DDEE. Grayscale: #5C5C5C. Windows color (decimal): -1367535 or 1123051. OLE color: 1123051.
HSL color Cylindrical-coordinate representation of color #EB2211: hue angle of 4.68º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB2211 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 17 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.08 |
| HSL | 4.68º | 0.87% | 0.49% | - |
| HSV(B) | 4.68º | 0.93% | 0.92% | - |
| XYZ | 34.93 | 18.85 | 2.33 | - |
| YUV | 92.16 | 85.59 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 17 | 0 | 0.86 | 0.93 | 0.08 | 4.68 | 0.87 | 0.49 |
| Hex | EB | 22 | 11 | 0 | 56 | 5D | 8 | 5 | 57 | 31 |
| Octal | 353 | 42 | 21 | 0 | 126 | 135 | 10 | 5 | 127 | 61 |
| Binary | 11101011 | 100010 | 10001 | 0 | 1010110 | 1011101 | 1000 | 101 | 1010111 | 110001 |
Color Harmonies of #EB2211
Complementary color
Monochromatic Colors of #EB2211
Black with #EB2211
Text Example
Text Example
White with #EB2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2211; }
p { color: rgb(235,34,17); }
H1.HeaderClassName
{
color: #EB2211;
}
.AnyTagClassName
{
color: #EB2211;
}
</style>
background-color css
<style>
a { background-color: #EB2211; }
a { background-color: rgb(235,34,17); }
div.DivClassName
{
background-color: #EB2211;
}
.BgClassName
{
background-color: #EB2211;
}
</style>
border-color css
<style>
span { border-color: #EB2211; }
span { border-color: rgb(235,34,17); }
td.TdClassName
{
border-color: #EB2211;
}
.TagClassName
{
border-color: #EB2211;
}
</style>