Shades of Orange Red #E53C0B
Tints of Orange Red #E53C0B
RGB
CMYK
RGB Variations
Color information
#E53C0B (or 0xE53C0B) is known color: Orange Red. HEX triplet: E5, 3C and 0B. RGB value is (229,60,11). Sum of RGB (Red+Green+Blue) = 229+60+11=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53C0B is #1AC3F4. Grayscale: #696969. Windows color (decimal): -1754101 or 736485. OLE color: 736485.
HSL color Cylindrical-coordinate representation of color #E53C0B: hue angle of 13.49º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E53C0B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.10 |
| HSL | 13.49º | 0.91% | 0.47% | - |
| HSV(B) | 13.49º | 0.95% | 0.9% | - |
| XYZ | 33.99 | 19.91 | 2.37 | - |
| YUV | 104.95 | 74.99 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 11 | 0 | 0.74 | 0.95 | 0.10 | 13.49 | 0.91 | 0.47 |
| Hex | E5 | 3C | B | 0 | 4A | 5F | A | D | 5B | 2F |
| Octal | 345 | 74 | 13 | 0 | 112 | 137 | 12 | 15 | 133 | 57 |
| Binary | 11100101 | 111100 | 1011 | 0 | 1001010 | 1011111 | 1010 | 1101 | 1011011 | 101111 |
Color Harmonies of #E53C0B
Complementary color
Monochromatic Colors of #E53C0B
Black with #E53C0B
Text Example
Text Example
White with #E53C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C0B; }
p { color: rgb(229,60,11); }
H1.HeaderClassName
{
color: #E53C0B;
}
.AnyTagClassName
{
color: #E53C0B;
}
</style>
background-color css
<style>
a { background-color: #E53C0B; }
a { background-color: rgb(229,60,11); }
div.DivClassName
{
background-color: #E53C0B;
}
.BgClassName
{
background-color: #E53C0B;
}
</style>
border-color css
<style>
span { border-color: #E53C0B; }
span { border-color: rgb(229,60,11); }
td.TdClassName
{
border-color: #E53C0B;
}
.TagClassName
{
border-color: #E53C0B;
}
</style>