Shades of Scarlet #EB2E16
Tints of Scarlet #EB2E16
RGB
CMYK
RGB Variations
Color information
#EB2E16 (or 0xEB2E16) is known color: Scarlet. HEX triplet: EB, 2E and 16. RGB value is (235,46,22). Sum of RGB (Red+Green+Blue) = 235+46+22=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2E16 is #14D1E9. Grayscale: #646464. Windows color (decimal): -1364458 or 1453803. OLE color: 1453803.
HSL color Cylindrical-coordinate representation of color #EB2E16: hue angle of 6.76º 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 #EB2E16 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 22 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.08 |
| HSL | 6.76º | 0.84% | 0.5% | - |
| HSV(B) | 6.76º | 0.91% | 0.92% | - |
| XYZ | 35.38 | 19.67 | 2.69 | - |
| YUV | 99.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 22 | 0 | 0.80 | 0.91 | 0.08 | 6.76 | 0.84 | 0.5 |
| Hex | EB | 2E | 16 | 0 | 50 | 5B | 8 | 7 | 54 | 32 |
| Octal | 353 | 56 | 26 | 0 | 120 | 133 | 10 | 7 | 124 | 62 |
| Binary | 11101011 | 101110 | 10110 | 0 | 1010000 | 1011011 | 1000 | 111 | 1010100 | 110010 |
Color Harmonies of #EB2E16
Complementary color
Monochromatic Colors of #EB2E16
Black with #EB2E16
Text Example
Text Example
White with #EB2E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2E16; }
p { color: rgb(235,46,22); }
H1.HeaderClassName
{
color: #EB2E16;
}
.AnyTagClassName
{
color: #EB2E16;
}
</style>
background-color css
<style>
a { background-color: #EB2E16; }
a { background-color: rgb(235,46,22); }
div.DivClassName
{
background-color: #EB2E16;
}
.BgClassName
{
background-color: #EB2E16;
}
</style>
border-color css
<style>
span { border-color: #EB2E16; }
span { border-color: rgb(235,46,22); }
td.TdClassName
{
border-color: #EB2E16;
}
.TagClassName
{
border-color: #EB2E16;
}
</style>