Shades of Orange Red #E9380B
Tints of Orange Red #E9380B
RGB
CMYK
RGB Variations
Color information
#E9380B (or 0xE9380B) is known color: Orange Red. HEX triplet: E9, 38 and 0B. RGB value is (233,56,11). Sum of RGB (Red+Green+Blue) = 233+56+11=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E9380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9380B is #16C7F4. Grayscale: #686868. Windows color (decimal): -1492981 or 735465. OLE color: 735465.
HSL color Cylindrical-coordinate representation of color #E9380B: hue angle of 12.16º 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 #E9380B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 56 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.09 |
| HSL | 12.16º | 0.91% | 0.48% | - |
| HSV(B) | 12.16º | 0.95% | 0.91% | - |
| XYZ | 35.08 | 20.18 | 2.36 | - |
| YUV | 103.79 | 75.64 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 56 | 11 | 0 | 0.76 | 0.95 | 0.09 | 12.16 | 0.91 | 0.48 |
| Hex | E9 | 38 | B | 0 | 4C | 5F | 9 | C | 5B | 30 |
| Octal | 351 | 70 | 13 | 0 | 114 | 137 | 11 | 14 | 133 | 60 |
| Binary | 11101001 | 111000 | 1011 | 0 | 1001100 | 1011111 | 1001 | 1100 | 1011011 | 110000 |
Color Harmonies of #E9380B
Complementary color
Monochromatic Colors of #E9380B
Black with #E9380B
Text Example
Text Example
White with #E9380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9380B; }
p { color: rgb(233,56,11); }
H1.HeaderClassName
{
color: #E9380B;
}
.AnyTagClassName
{
color: #E9380B;
}
</style>
background-color css
<style>
a { background-color: #E9380B; }
a { background-color: rgb(233,56,11); }
div.DivClassName
{
background-color: #E9380B;
}
.BgClassName
{
background-color: #E9380B;
}
</style>
border-color css
<style>
span { border-color: #E9380B; }
span { border-color: rgb(233,56,11); }
td.TdClassName
{
border-color: #E9380B;
}
.TagClassName
{
border-color: #E9380B;
}
</style>