Shades of Orange Red #E4400B
Tints of Orange Red #E4400B
RGB
CMYK
RGB Variations
Color information
#E4400B (or 0xE4400B) is known color: Orange Red. HEX triplet: E4, 40 and 0B. RGB value is (228,64,11). Sum of RGB (Red+Green+Blue) = 228+64+11=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E4400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4400B is #1BBFF4. Grayscale: #6B6B6B. Windows color (decimal): -1818613 or 737508. OLE color: 737508.
HSL color Cylindrical-coordinate representation of color #E4400B: hue angle of 14.65º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4400B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.11 |
| HSL | 14.65º | 0.91% | 0.47% | - |
| HSV(B) | 14.65º | 0.95% | 0.89% | - |
| XYZ | 33.89 | 20.18 | 2.43 | - |
| YUV | 106.99 | 73.83 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 11 | 0 | 0.72 | 0.95 | 0.11 | 14.65 | 0.91 | 0.47 |
| Hex | E4 | 40 | B | 0 | 48 | 5F | B | F | 5B | 2F |
| Octal | 344 | 100 | 13 | 0 | 110 | 137 | 13 | 17 | 133 | 57 |
| Binary | 11100100 | 1000000 | 1011 | 0 | 1001000 | 1011111 | 1011 | 1111 | 1011011 | 101111 |
Color Harmonies of #E4400B
Complementary color
Monochromatic Colors of #E4400B
Black with #E4400B
Text Example
Text Example
White with #E4400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4400B; }
p { color: rgb(228,64,11); }
H1.HeaderClassName
{
color: #E4400B;
}
.AnyTagClassName
{
color: #E4400B;
}
</style>
background-color css
<style>
a { background-color: #E4400B; }
a { background-color: rgb(228,64,11); }
div.DivClassName
{
background-color: #E4400B;
}
.BgClassName
{
background-color: #E4400B;
}
</style>
border-color css
<style>
span { border-color: #E4400B; }
span { border-color: rgb(228,64,11); }
td.TdClassName
{
border-color: #E4400B;
}
.TagClassName
{
border-color: #E4400B;
}
</style>