Shades of Scarlet #EB2D16
Tints of Scarlet #EB2D16
RGB
CMYK
RGB Variations
Color information
#EB2D16 (or 0xEB2D16) is known color: Scarlet. HEX triplet: EB, 2D and 16. RGB value is (235,45,22). Sum of RGB (Red+Green+Blue) = 235+45+22=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D16 is #14D2E9. Grayscale: #636363. Windows color (decimal): -1364714 or 1453547. OLE color: 1453547.
HSL color Cylindrical-coordinate representation of color #EB2D16: hue angle of 6.48º 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 #EB2D16 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 22 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.08 |
| HSL | 6.48º | 0.84% | 0.5% | - |
| HSV(B) | 6.48º | 0.91% | 0.92% | - |
| XYZ | 35.34 | 19.6 | 2.68 | - |
| YUV | 99.19 | 84.45 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 22 | 0 | 0.81 | 0.91 | 0.08 | 6.48 | 0.84 | 0.5 |
| Hex | EB | 2D | 16 | 0 | 51 | 5B | 8 | 6 | 54 | 32 |
| Octal | 353 | 55 | 26 | 0 | 121 | 133 | 10 | 6 | 124 | 62 |
| Binary | 11101011 | 101101 | 10110 | 0 | 1010001 | 1011011 | 1000 | 110 | 1010100 | 110010 |
Color Harmonies of #EB2D16
Complementary color
Monochromatic Colors of #EB2D16
Black with #EB2D16
Text Example
Text Example
White with #EB2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D16; }
p { color: rgb(235,45,22); }
H1.HeaderClassName
{
color: #EB2D16;
}
.AnyTagClassName
{
color: #EB2D16;
}
</style>
background-color css
<style>
a { background-color: #EB2D16; }
a { background-color: rgb(235,45,22); }
div.DivClassName
{
background-color: #EB2D16;
}
.BgClassName
{
background-color: #EB2D16;
}
</style>
border-color css
<style>
span { border-color: #EB2D16; }
span { border-color: rgb(235,45,22); }
td.TdClassName
{
border-color: #EB2D16;
}
.TagClassName
{
border-color: #EB2D16;
}
</style>