Shades of Scarlet #EB350C
Tints of Scarlet #EB350C
RGB
CMYK
RGB Variations
Color information
#EB350C (or 0xEB350C) is known color: Scarlet. HEX triplet: EB, 35 and 0C. RGB value is (235,53,12). Sum of RGB (Red+Green+Blue) = 235+53+12=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB350C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB350C is #14CAF3. Grayscale: #676767. Windows color (decimal): -1362676 or 800235. OLE color: 800235.
HSL color Cylindrical-coordinate representation of color #EB350C: hue angle of 11.03º 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 #EB350C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 53 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.08 |
| HSL | 11.03º | 0.9% | 0.48% | - |
| HSV(B) | 11.03º | 0.95% | 0.92% | - |
| XYZ | 35.6 | 20.23 | 2.38 | - |
| YUV | 102.74 | 76.8 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 53 | 12 | 0 | 0.77 | 0.95 | 0.08 | 11.03 | 0.9 | 0.48 |
| Hex | EB | 35 | C | 0 | 4D | 5F | 8 | B | 5A | 30 |
| Octal | 353 | 65 | 14 | 0 | 115 | 137 | 10 | 13 | 132 | 60 |
| Binary | 11101011 | 110101 | 1100 | 0 | 1001101 | 1011111 | 1000 | 1011 | 1011010 | 110000 |
Color Harmonies of #EB350C
Complementary color
Monochromatic Colors of #EB350C
Black with #EB350C
Text Example
Text Example
White with #EB350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB350C; }
p { color: rgb(235,53,12); }
H1.HeaderClassName
{
color: #EB350C;
}
.AnyTagClassName
{
color: #EB350C;
}
</style>
background-color css
<style>
a { background-color: #EB350C; }
a { background-color: rgb(235,53,12); }
div.DivClassName
{
background-color: #EB350C;
}
.BgClassName
{
background-color: #EB350C;
}
</style>
border-color css
<style>
span { border-color: #EB350C; }
span { border-color: rgb(235,53,12); }
td.TdClassName
{
border-color: #EB350C;
}
.TagClassName
{
border-color: #EB350C;
}
</style>