Shades of Orange Red #E33A00
Tints of Orange Red #E33A00
RGB
CMYK
RGB Variations
Color information
#E33A00 (or 0xE33A00) is known color: Orange Red. HEX triplet: E3, 3A and 00. RGB value is (227,58,0). Sum of RGB (Red+Green+Blue) = 227+58+0=285 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.65% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33A00 is #1CC5FF. Grayscale: #666666. Windows color (decimal): -1885696 or 15075. OLE color: 15075.
HSL color Cylindrical-coordinate representation of color #E33A00: hue angle of 15.33º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E33A00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.11 |
| HSL | 15.33º | 1% | 0.45% | - |
| HSV(B) | 15.33º | 1% | 0.89% | - |
| XYZ | 33.19 | 19.36 | 1.99 | - |
| YUV | 101.92 | 70.49 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 0 | 0 | 0.74 | 1 | 0.11 | 15.33 | 1 | 0.45 |
| Hex | E3 | 3A | 0 | 0 | 4A | 64 | B | F | 64 | 2D |
| Octal | 343 | 72 | 0 | 0 | 112 | 144 | 13 | 17 | 144 | 55 |
| Binary | 11100011 | 111010 | 0 | 0 | 1001010 | 1100100 | 1011 | 1111 | 1100100 | 101101 |
Color Harmonies of #E33A00
Complementary color
Monochromatic Colors of #E33A00
Black with #E33A00
Text Example
Text Example
White with #E33A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33A00; }
p { color: rgb(227,58,0); }
H1.HeaderClassName
{
color: #E33A00;
}
.AnyTagClassName
{
color: #E33A00;
}
</style>
background-color css
<style>
a { background-color: #E33A00; }
a { background-color: rgb(227,58,0); }
div.DivClassName
{
background-color: #E33A00;
}
.BgClassName
{
background-color: #E33A00;
}
</style>
border-color css
<style>
span { border-color: #E33A00; }
span { border-color: rgb(227,58,0); }
td.TdClassName
{
border-color: #E33A00;
}
.TagClassName
{
border-color: #E33A00;
}
</style>