Shades of Scarlet #EB2C10
Tints of Scarlet #EB2C10
RGB
CMYK
RGB Variations
Color information
#EB2C10 (or 0xEB2C10) is known color: Scarlet. HEX triplet: EB, 2C and 10. RGB value is (235,44,16). Sum of RGB (Red+Green+Blue) = 235+44+16=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C10 is #14D3EF. Grayscale: #626262. Windows color (decimal): -1364976 or 1060075. OLE color: 1060075.
HSL color Cylindrical-coordinate representation of color #EB2C10: hue angle of 7.67º 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 #EB2C10 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 16 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.08 |
| HSL | 7.67º | 0.87% | 0.49% | - |
| HSV(B) | 7.67º | 0.93% | 0.92% | - |
| XYZ | 35.26 | 19.5 | 2.4 | - |
| YUV | 97.92 | 81.78 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 16 | 0 | 0.81 | 0.93 | 0.08 | 7.67 | 0.87 | 0.49 |
| Hex | EB | 2C | 10 | 0 | 51 | 5D | 8 | 8 | 57 | 31 |
| Octal | 353 | 54 | 20 | 0 | 121 | 135 | 10 | 10 | 127 | 61 |
| Binary | 11101011 | 101100 | 10000 | 0 | 1010001 | 1011101 | 1000 | 1000 | 1010111 | 110001 |
Color Harmonies of #EB2C10
Complementary color
Monochromatic Colors of #EB2C10
Black with #EB2C10
Text Example
Text Example
White with #EB2C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C10; }
p { color: rgb(235,44,16); }
H1.HeaderClassName
{
color: #EB2C10;
}
.AnyTagClassName
{
color: #EB2C10;
}
</style>
background-color css
<style>
a { background-color: #EB2C10; }
a { background-color: rgb(235,44,16); }
div.DivClassName
{
background-color: #EB2C10;
}
.BgClassName
{
background-color: #EB2C10;
}
</style>
border-color css
<style>
span { border-color: #EB2C10; }
span { border-color: rgb(235,44,16); }
td.TdClassName
{
border-color: #EB2C10;
}
.TagClassName
{
border-color: #EB2C10;
}
</style>