Shades of Orange Red #E53D02
Tints of Orange Red #E53D02
RGB
CMYK
RGB Variations
Color information
#E53D02 (or 0xE53D02) is known color: Orange Red. HEX triplet: E5, 3D and 02. RGB value is (229,61,2). Sum of RGB (Red+Green+Blue) = 229+61+2=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53D02 is #1AC2FD. Grayscale: #686868. Windows color (decimal): -1753854 or 146917. OLE color: 146917.
HSL color Cylindrical-coordinate representation of color #E53D02: hue angle of 15.59º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E53D02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.10 |
| HSL | 15.59º | 0.98% | 0.45% | - |
| HSV(B) | 15.59º | 0.99% | 0.9% | - |
| XYZ | 33.99 | 20 | 2.13 | - |
| YUV | 104.51 | 70.16 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 2 | 0 | 0.73 | 0.99 | 0.10 | 15.59 | 0.98 | 0.45 |
| Hex | E5 | 3D | 2 | 0 | 49 | 63 | A | 10 | 62 | 2D |
| Octal | 345 | 75 | 2 | 0 | 111 | 143 | 12 | 20 | 142 | 55 |
| Binary | 11100101 | 111101 | 10 | 0 | 1001001 | 1100011 | 1010 | 10000 | 1100010 | 101101 |
Color Harmonies of #E53D02
Complementary color
Monochromatic Colors of #E53D02
Black with #E53D02
Text Example
Text Example
White with #E53D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D02; }
p { color: rgb(229,61,2); }
H1.HeaderClassName
{
color: #E53D02;
}
.AnyTagClassName
{
color: #E53D02;
}
</style>
background-color css
<style>
a { background-color: #E53D02; }
a { background-color: rgb(229,61,2); }
div.DivClassName
{
background-color: #E53D02;
}
.BgClassName
{
background-color: #E53D02;
}
</style>
border-color css
<style>
span { border-color: #E53D02; }
span { border-color: rgb(229,61,2); }
td.TdClassName
{
border-color: #E53D02;
}
.TagClassName
{
border-color: #E53D02;
}
</style>