Shades of Orange Red #E23B00
Tints of Orange Red #E23B00
RGB
CMYK
RGB Variations
Color information
#E23B00 (or 0xE23B00) is known color: Orange Red. HEX triplet: E2, 3B and 00. RGB value is (226,59,0). Sum of RGB (Red+Green+Blue) = 226+59+0=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E23B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23B00 is #1DC4FF. Grayscale: #666666. Windows color (decimal): -1950976 or 15330. OLE color: 15330.
HSL color Cylindrical-coordinate representation of color #E23B00: hue angle of 15.66º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E23B00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 59 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.11 |
| HSL | 15.66º | 1% | 0.44% | - |
| HSV(B) | 15.66º | 1% | 0.89% | - |
| XYZ | 32.93 | 19.3 | 1.99 | - |
| YUV | 102.21 | 70.33 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 59 | 0 | 0 | 0.74 | 1 | 0.11 | 15.66 | 1 | 0.44 |
| Hex | E2 | 3B | 0 | 0 | 4A | 64 | B | 10 | 64 | 2C |
| Octal | 342 | 73 | 0 | 0 | 112 | 144 | 13 | 20 | 144 | 54 |
| Binary | 11100010 | 111011 | 0 | 0 | 1001010 | 1100100 | 1011 | 10000 | 1100100 | 101100 |
Color Harmonies of #E23B00
Complementary color
Monochromatic Colors of #E23B00
Black with #E23B00
Text Example
Text Example
White with #E23B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23B00; }
p { color: rgb(226,59,0); }
H1.HeaderClassName
{
color: #E23B00;
}
.AnyTagClassName
{
color: #E23B00;
}
</style>
background-color css
<style>
a { background-color: #E23B00; }
a { background-color: rgb(226,59,0); }
div.DivClassName
{
background-color: #E23B00;
}
.BgClassName
{
background-color: #E23B00;
}
</style>
border-color css
<style>
span { border-color: #E23B00; }
span { border-color: rgb(226,59,0); }
td.TdClassName
{
border-color: #E23B00;
}
.TagClassName
{
border-color: #E23B00;
}
</style>