Shades of Scarlet #EB330D
Tints of Scarlet #EB330D
RGB
CMYK
RGB Variations
Color information
#EB330D (or 0xEB330D) is known color: Scarlet. HEX triplet: EB, 33 and 0D. RGB value is (235,51,13). Sum of RGB (Red+Green+Blue) = 235+51+13=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB330D is #14CCF2. Grayscale: #666666. Windows color (decimal): -1363187 or 865259. OLE color: 865259.
HSL color Cylindrical-coordinate representation of color #EB330D: hue angle of 10.27º degrees, saturation: 0.9, 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 #EB330D is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 51 | 13 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.08 |
| HSL | 10.27º | 0.9% | 0.49% | - |
| HSV(B) | 10.27º | 0.94% | 0.92% | - |
| XYZ | 35.52 | 20.06 | 2.38 | - |
| YUV | 101.68 | 77.96 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 51 | 13 | 0 | 0.78 | 0.94 | 0.08 | 10.27 | 0.9 | 0.49 |
| Hex | EB | 33 | D | 0 | 4E | 5E | 8 | A | 5A | 31 |
| Octal | 353 | 63 | 15 | 0 | 116 | 136 | 10 | 12 | 132 | 61 |
| Binary | 11101011 | 110011 | 1101 | 0 | 1001110 | 1011110 | 1000 | 1010 | 1011010 | 110001 |
Color Harmonies of #EB330D
Complementary color
Monochromatic Colors of #EB330D
Black with #EB330D
Text Example
Text Example
White with #EB330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB330D; }
p { color: rgb(235,51,13); }
H1.HeaderClassName
{
color: #EB330D;
}
.AnyTagClassName
{
color: #EB330D;
}
</style>
background-color css
<style>
a { background-color: #EB330D; }
a { background-color: rgb(235,51,13); }
div.DivClassName
{
background-color: #EB330D;
}
.BgClassName
{
background-color: #EB330D;
}
</style>
border-color css
<style>
span { border-color: #EB330D; }
span { border-color: rgb(235,51,13); }
td.TdClassName
{
border-color: #EB330D;
}
.TagClassName
{
border-color: #EB330D;
}
</style>