Shades of Orange Red #E93F01
Tints of Orange Red #E93F01
RGB
CMYK
RGB Variations
Color information
#E93F01 (or 0xE93F01) is known color: Orange Red. HEX triplet: E9, 3F and 01. RGB value is (233,63,1). Sum of RGB (Red+Green+Blue) = 233+63+1=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93F01 is #16C0FE. Grayscale: #6B6B6B. Windows color (decimal): -1491199 or 81897. OLE color: 81897.
HSL color Cylindrical-coordinate representation of color #E93F01: hue angle of 16.03º 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 #E93F01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.09 |
| HSL | 16.03º | 0.99% | 0.46% | - |
| HSV(B) | 16.03º | 1% | 0.91% | - |
| XYZ | 35.39 | 20.88 | 2.19 | - |
| YUV | 106.76 | 68.32 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 1 | 0 | 0.73 | 1.00 | 0.09 | 16.03 | 0.99 | 0.46 |
| Hex | E9 | 3F | 1 | 0 | 49 | 64 | 9 | 10 | 63 | 2E |
| Octal | 351 | 77 | 1 | 0 | 111 | 144 | 11 | 20 | 143 | 56 |
| Binary | 11101001 | 111111 | 1 | 0 | 1001001 | 1100100 | 1001 | 10000 | 1100011 | 101110 |
Color Harmonies of #E93F01
Complementary color
Monochromatic Colors of #E93F01
Black with #E93F01
Text Example
Text Example
White with #E93F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93F01; }
p { color: rgb(233,63,1); }
H1.HeaderClassName
{
color: #E93F01;
}
.AnyTagClassName
{
color: #E93F01;
}
</style>
background-color css
<style>
a { background-color: #E93F01; }
a { background-color: rgb(233,63,1); }
div.DivClassName
{
background-color: #E93F01;
}
.BgClassName
{
background-color: #E93F01;
}
</style>
border-color css
<style>
span { border-color: #E93F01; }
span { border-color: rgb(233,63,1); }
td.TdClassName
{
border-color: #E93F01;
}
.TagClassName
{
border-color: #E93F01;
}
</style>