Shades of Scarlet #EB2A00
Tints of Scarlet #EB2A00
RGB
CMYK
RGB Variations
Color information
#EB2A00 (or 0xEB2A00) is known color: Scarlet. HEX triplet: EB, 2A and 00. RGB value is (235,42,0). Sum of RGB (Red+Green+Blue) = 235+42+0=277 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.84% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2A00 is #14D5FF. Grayscale: #5F5F5F. Windows color (decimal): -1365504 or 10987. OLE color: 10987.
HSL color Cylindrical-coordinate representation of color #EB2A00: hue angle of 10.72º 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 #EB2A00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.08 |
| HSL | 10.72º | 1% | 0.46% | - |
| HSV(B) | 10.72º | 1% | 0.92% | - |
| XYZ | 35.09 | 19.32 | 1.88 | - |
| YUV | 94.92 | 74.44 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 0 | 0 | 0.82 | 1 | 0.08 | 10.72 | 1 | 0.46 |
| Hex | EB | 2A | 0 | 0 | 52 | 64 | 8 | B | 64 | 2E |
| Octal | 353 | 52 | 0 | 0 | 122 | 144 | 10 | 13 | 144 | 56 |
| Binary | 11101011 | 101010 | 0 | 0 | 1010010 | 1100100 | 1000 | 1011 | 1100100 | 101110 |
Color Harmonies of #EB2A00
Complementary color
Monochromatic Colors of #EB2A00
Black with #EB2A00
Text Example
Text Example
White with #EB2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A00; }
p { color: rgb(235,42,0); }
H1.HeaderClassName
{
color: #EB2A00;
}
.AnyTagClassName
{
color: #EB2A00;
}
</style>
background-color css
<style>
a { background-color: #EB2A00; }
a { background-color: rgb(235,42,0); }
div.DivClassName
{
background-color: #EB2A00;
}
.BgClassName
{
background-color: #EB2A00;
}
</style>
border-color css
<style>
span { border-color: #EB2A00; }
span { border-color: rgb(235,42,0); }
td.TdClassName
{
border-color: #EB2A00;
}
.TagClassName
{
border-color: #EB2A00;
}
</style>