Shades of Scarlet #EB2700
Tints of Scarlet #EB2700
RGB
CMYK
RGB Variations
Color information
#EB2700 (or 0xEB2700) is known color: Scarlet. HEX triplet: EB, 27 and 00. RGB value is (235,39,0). Sum of RGB (Red+Green+Blue) = 235+39+0=274 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.77% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2700 is #14D8FF. Grayscale: #5D5D5D. Windows color (decimal): -1366272 or 10219. OLE color: 10219.
HSL color Cylindrical-coordinate representation of color #EB2700: hue angle of 9.96º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB2700 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.08 |
| HSL | 9.96º | 1% | 0.46% | - |
| HSV(B) | 9.96º | 1% | 0.92% | - |
| XYZ | 34.99 | 19.11 | 1.85 | - |
| YUV | 93.16 | 75.43 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 0 | 0 | 0.83 | 1 | 0.08 | 9.96 | 1 | 0.46 |
| Hex | EB | 27 | 0 | 0 | 53 | 64 | 8 | A | 64 | 2E |
| Octal | 353 | 47 | 0 | 0 | 123 | 144 | 10 | 12 | 144 | 56 |
| Binary | 11101011 | 100111 | 0 | 0 | 1010011 | 1100100 | 1000 | 1010 | 1100100 | 101110 |
Color Harmonies of #EB2700
Complementary color
Monochromatic Colors of #EB2700
Black with #EB2700
Text Example
Text Example
White with #EB2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2700; }
p { color: rgb(235,39,0); }
H1.HeaderClassName
{
color: #EB2700;
}
.AnyTagClassName
{
color: #EB2700;
}
</style>
background-color css
<style>
a { background-color: #EB2700; }
a { background-color: rgb(235,39,0); }
div.DivClassName
{
background-color: #EB2700;
}
.BgClassName
{
background-color: #EB2700;
}
</style>
border-color css
<style>
span { border-color: #EB2700; }
span { border-color: rgb(235,39,0); }
td.TdClassName
{
border-color: #EB2700;
}
.TagClassName
{
border-color: #EB2700;
}
</style>