Shades of Orange Red #E94201
Tints of Orange Red #E94201
RGB
CMYK
RGB Variations
Color information
#E94201 (or 0xE94201) is known color: Orange Red. HEX triplet: E9, 42 and 01. RGB value is (233,66,1). Sum of RGB (Red+Green+Blue) = 233+66+1=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E94201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94201 is #16BDFE. Grayscale: #6C6C6C. Windows color (decimal): -1490431 or 82665. OLE color: 82665.
HSL color Cylindrical-coordinate representation of color #E94201: hue angle of 16.81º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E94201 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.09 |
| HSL | 16.81º | 0.99% | 0.46% | - |
| HSV(B) | 16.81º | 1% | 0.91% | - |
| XYZ | 35.56 | 21.22 | 2.25 | - |
| YUV | 108.52 | 67.33 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 1 | 0 | 0.72 | 1.00 | 0.09 | 16.81 | 0.99 | 0.46 |
| Hex | E9 | 42 | 1 | 0 | 48 | 64 | 9 | 11 | 63 | 2E |
| Octal | 351 | 102 | 1 | 0 | 110 | 144 | 11 | 21 | 143 | 56 |
| Binary | 11101001 | 1000010 | 1 | 0 | 1001000 | 1100100 | 1001 | 10001 | 1100011 | 101110 |
Color Harmonies of #E94201
Complementary color
Monochromatic Colors of #E94201
Black with #E94201
Text Example
Text Example
White with #E94201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94201; }
p { color: rgb(233,66,1); }
H1.HeaderClassName
{
color: #E94201;
}
.AnyTagClassName
{
color: #E94201;
}
</style>
background-color css
<style>
a { background-color: #E94201; }
a { background-color: rgb(233,66,1); }
div.DivClassName
{
background-color: #E94201;
}
.BgClassName
{
background-color: #E94201;
}
</style>
border-color css
<style>
span { border-color: #E94201; }
span { border-color: rgb(233,66,1); }
td.TdClassName
{
border-color: #E94201;
}
.TagClassName
{
border-color: #E94201;
}
</style>