Shades of Scarlet #EB330E
Tints of Scarlet #EB330E
RGB
CMYK
RGB Variations
Color information
#EB330E (or 0xEB330E) is known color: Scarlet. HEX triplet: EB, 33 and 0E. RGB value is (235,51,14). Sum of RGB (Red+Green+Blue) = 235+51+14=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB330E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB330E is #14CCF1. Grayscale: #666666. Windows color (decimal): -1363186 or 930795. OLE color: 930795.
HSL color Cylindrical-coordinate representation of color #EB330E: hue angle of 10.05º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB330E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 51 | 14 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.08 |
| HSL | 10.05º | 0.89% | 0.49% | - |
| HSV(B) | 10.05º | 0.94% | 0.92% | - |
| XYZ | 35.52 | 20.06 | 2.42 | - |
| YUV | 101.8 | 78.46 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 51 | 14 | 0 | 0.78 | 0.94 | 0.08 | 10.05 | 0.89 | 0.49 |
| Hex | EB | 33 | E | 0 | 4E | 5E | 8 | A | 59 | 31 |
| Octal | 353 | 63 | 16 | 0 | 116 | 136 | 10 | 12 | 131 | 61 |
| Binary | 11101011 | 110011 | 1110 | 0 | 1001110 | 1011110 | 1000 | 1010 | 1011001 | 110001 |
Color Harmonies of #EB330E
Complementary color
Monochromatic Colors of #EB330E
Black with #EB330E
Text Example
Text Example
White with #EB330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB330E; }
p { color: rgb(235,51,14); }
H1.HeaderClassName
{
color: #EB330E;
}
.AnyTagClassName
{
color: #EB330E;
}
</style>
background-color css
<style>
a { background-color: #EB330E; }
a { background-color: rgb(235,51,14); }
div.DivClassName
{
background-color: #EB330E;
}
.BgClassName
{
background-color: #EB330E;
}
</style>
border-color css
<style>
span { border-color: #EB330E; }
span { border-color: rgb(235,51,14); }
td.TdClassName
{
border-color: #EB330E;
}
.TagClassName
{
border-color: #EB330E;
}
</style>