Shades of Scarlet #EB2F0C
Tints of Scarlet #EB2F0C
RGB
CMYK
RGB Variations
Color information
#EB2F0C (or 0xEB2F0C) is known color: Scarlet. HEX triplet: EB, 2F and 0C. RGB value is (235,47,12). Sum of RGB (Red+Green+Blue) = 235+47+12=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2F0C is #14D0F3. Grayscale: #636363. Windows color (decimal): -1364212 or 798699. OLE color: 798699.
HSL color Cylindrical-coordinate representation of color #EB2F0C: hue angle of 9.42º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB2F0C is Cyan = 0, Magento = 0.8, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 47 | 12 | - |
| CMYK | 0 | 0.8 | 0.95 | 0.08 |
| HSL | 9.42º | 0.9% | 0.48% | - |
| HSV(B) | 9.42º | 0.95% | 0.92% | - |
| XYZ | 35.34 | 19.72 | 2.29 | - |
| YUV | 99.22 | 78.78 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 47 | 12 | 0 | 0.8 | 0.95 | 0.08 | 9.42 | 0.9 | 0.48 |
| Hex | EB | 2F | C | 0 | 50 | 5F | 8 | 9 | 5A | 30 |
| Octal | 353 | 57 | 14 | 0 | 120 | 137 | 10 | 11 | 132 | 60 |
| Binary | 11101011 | 101111 | 1100 | 0 | 1010000 | 1011111 | 1000 | 1001 | 1011010 | 110000 |
Color Harmonies of #EB2F0C
Complementary color
Monochromatic Colors of #EB2F0C
Black with #EB2F0C
Text Example
Text Example
White with #EB2F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2F0C; }
p { color: rgb(235,47,12); }
H1.HeaderClassName
{
color: #EB2F0C;
}
.AnyTagClassName
{
color: #EB2F0C;
}
</style>
background-color css
<style>
a { background-color: #EB2F0C; }
a { background-color: rgb(235,47,12); }
div.DivClassName
{
background-color: #EB2F0C;
}
.BgClassName
{
background-color: #EB2F0C;
}
</style>
border-color css
<style>
span { border-color: #EB2F0C; }
span { border-color: rgb(235,47,12); }
td.TdClassName
{
border-color: #EB2F0C;
}
.TagClassName
{
border-color: #EB2F0C;
}
</style>