Shades of Scarlet #E9330B
Tints of Scarlet #E9330B
RGB
CMYK
RGB Variations
Color information
#E9330B (or 0xE9330B) is known color: Scarlet. HEX triplet: E9, 33 and 0B. RGB value is (233,51,11). Sum of RGB (Red+Green+Blue) = 233+51+11=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E9330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9330B is #16CCF4. Grayscale: #656565. Windows color (decimal): -1494261 or 734185. OLE color: 734185.
HSL color Cylindrical-coordinate representation of color #E9330B: hue angle of 10.81º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9330B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.09 |
| HSL | 10.81º | 0.91% | 0.48% | - |
| HSV(B) | 10.81º | 0.95% | 0.91% | - |
| XYZ | 34.85 | 19.72 | 2.29 | - |
| YUV | 100.86 | 77.3 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 11 | 0 | 0.78 | 0.95 | 0.09 | 10.81 | 0.91 | 0.48 |
| Hex | E9 | 33 | B | 0 | 4E | 5F | 9 | B | 5B | 30 |
| Octal | 351 | 63 | 13 | 0 | 116 | 137 | 11 | 13 | 133 | 60 |
| Binary | 11101001 | 110011 | 1011 | 0 | 1001110 | 1011111 | 1001 | 1011 | 1011011 | 110000 |
Color Harmonies of #E9330B
Complementary color
Monochromatic Colors of #E9330B
Black with #E9330B
Text Example
Text Example
White with #E9330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9330B; }
p { color: rgb(233,51,11); }
H1.HeaderClassName
{
color: #E9330B;
}
.AnyTagClassName
{
color: #E9330B;
}
</style>
background-color css
<style>
a { background-color: #E9330B; }
a { background-color: rgb(233,51,11); }
div.DivClassName
{
background-color: #E9330B;
}
.BgClassName
{
background-color: #E9330B;
}
</style>
border-color css
<style>
span { border-color: #E9330B; }
span { border-color: rgb(233,51,11); }
td.TdClassName
{
border-color: #E9330B;
}
.TagClassName
{
border-color: #E9330B;
}
</style>