Shades of Scarlet #EB2A16
Tints of Scarlet #EB2A16
RGB
CMYK
RGB Variations
Color information
#EB2A16 (or 0xEB2A16) is known color: Scarlet. HEX triplet: EB, 2A and 16. RGB value is (235,42,22). Sum of RGB (Red+Green+Blue) = 235+42+22=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2A16 is #14D5E9. Grayscale: #616161. Windows color (decimal): -1365482 or 1452779. OLE color: 1452779.
HSL color Cylindrical-coordinate representation of color #EB2A16: hue angle of 5.63º 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 #EB2A16 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 22 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.08 |
| HSL | 5.63º | 0.84% | 0.5% | - |
| HSV(B) | 5.63º | 0.91% | 0.92% | - |
| XYZ | 35.23 | 19.38 | 2.64 | - |
| YUV | 97.43 | 85.44 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 22 | 0 | 0.82 | 0.91 | 0.08 | 5.63 | 0.84 | 0.5 |
| Hex | EB | 2A | 16 | 0 | 52 | 5B | 8 | 6 | 54 | 32 |
| Octal | 353 | 52 | 26 | 0 | 122 | 133 | 10 | 6 | 124 | 62 |
| Binary | 11101011 | 101010 | 10110 | 0 | 1010010 | 1011011 | 1000 | 110 | 1010100 | 110010 |
Color Harmonies of #EB2A16
Complementary color
Monochromatic Colors of #EB2A16
Black with #EB2A16
Text Example
Text Example
White with #EB2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A16; }
p { color: rgb(235,42,22); }
H1.HeaderClassName
{
color: #EB2A16;
}
.AnyTagClassName
{
color: #EB2A16;
}
</style>
background-color css
<style>
a { background-color: #EB2A16; }
a { background-color: rgb(235,42,22); }
div.DivClassName
{
background-color: #EB2A16;
}
.BgClassName
{
background-color: #EB2A16;
}
</style>
border-color css
<style>
span { border-color: #EB2A16; }
span { border-color: rgb(235,42,22); }
td.TdClassName
{
border-color: #EB2A16;
}
.TagClassName
{
border-color: #EB2A16;
}
</style>