Shades of Scarlet #EB2F00
Tints of Scarlet #EB2F00
RGB
CMYK
RGB Variations
Color information
#EB2F00 (or 0xEB2F00) is known color: Scarlet. HEX triplet: EB, 2F and 00. RGB value is (235,47,0). Sum of RGB (Red+Green+Blue) = 235+47+0=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2F00 is #14D0FF. Grayscale: #626262. Windows color (decimal): -1364224 or 12267. OLE color: 12267.
HSL color Cylindrical-coordinate representation of color #EB2F00: hue angle of 12º 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 #EB2F00 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 47 | 0 | - |
| CMYK | 0 | 0.8 | 1 | 0.08 |
| HSL | 12º | 1% | 0.46% | - |
| HSV(B) | 12º | 1% | 0.92% | - |
| XYZ | 35.28 | 19.7 | 1.94 | - |
| YUV | 97.85 | 72.78 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 47 | 0 | 0 | 0.8 | 1 | 0.08 | 12 | 1 | 0.46 |
| Hex | EB | 2F | 0 | 0 | 50 | 64 | 8 | C | 64 | 2E |
| Octal | 353 | 57 | 0 | 0 | 120 | 144 | 10 | 14 | 144 | 56 |
| Binary | 11101011 | 101111 | 0 | 0 | 1010000 | 1100100 | 1000 | 1100 | 1100100 | 101110 |
Color Harmonies of #EB2F00
Complementary color
Monochromatic Colors of #EB2F00
Black with #EB2F00
Text Example
Text Example
White with #EB2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2F00; }
p { color: rgb(235,47,0); }
H1.HeaderClassName
{
color: #EB2F00;
}
.AnyTagClassName
{
color: #EB2F00;
}
</style>
background-color css
<style>
a { background-color: #EB2F00; }
a { background-color: rgb(235,47,0); }
div.DivClassName
{
background-color: #EB2F00;
}
.BgClassName
{
background-color: #EB2F00;
}
</style>
border-color css
<style>
span { border-color: #EB2F00; }
span { border-color: rgb(235,47,0); }
td.TdClassName
{
border-color: #EB2F00;
}
.TagClassName
{
border-color: #EB2F00;
}
</style>