Shades of Scarlet #EB2C08
Tints of Scarlet #EB2C08
RGB
CMYK
RGB Variations
Color information
#EB2C08 (or 0xEB2C08) is known color: Scarlet. HEX triplet: EB, 2C and 08. RGB value is (235,44,8). Sum of RGB (Red+Green+Blue) = 235+44+8=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C08 is #14D3F7. Grayscale: #616161. Windows color (decimal): -1364984 or 535787. OLE color: 535787.
HSL color Cylindrical-coordinate representation of color #EB2C08: hue angle of 9.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB2C08 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 8 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.08 |
| HSL | 9.52º | 0.93% | 0.48% | - |
| HSV(B) | 9.52º | 0.97% | 0.92% | - |
| XYZ | 35.21 | 19.48 | 2.13 | - |
| YUV | 97.01 | 77.78 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 8 | 0 | 0.81 | 0.97 | 0.08 | 9.52 | 0.93 | 0.48 |
| Hex | EB | 2C | 8 | 0 | 51 | 61 | 8 | A | 5D | 30 |
| Octal | 353 | 54 | 10 | 0 | 121 | 141 | 10 | 12 | 135 | 60 |
| Binary | 11101011 | 101100 | 1000 | 0 | 1010001 | 1100001 | 1000 | 1010 | 1011101 | 110000 |
Color Harmonies of #EB2C08
Complementary color
Monochromatic Colors of #EB2C08
Black with #EB2C08
Text Example
Text Example
White with #EB2C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C08; }
p { color: rgb(235,44,8); }
H1.HeaderClassName
{
color: #EB2C08;
}
.AnyTagClassName
{
color: #EB2C08;
}
</style>
background-color css
<style>
a { background-color: #EB2C08; }
a { background-color: rgb(235,44,8); }
div.DivClassName
{
background-color: #EB2C08;
}
.BgClassName
{
background-color: #EB2C08;
}
</style>
border-color css
<style>
span { border-color: #EB2C08; }
span { border-color: rgb(235,44,8); }
td.TdClassName
{
border-color: #EB2C08;
}
.TagClassName
{
border-color: #EB2C08;
}
</style>