Shades of Orange Red #E73D0B
Tints of Orange Red #E73D0B
RGB
CMYK
RGB Variations
Color information
#E73D0B (or 0xE73D0B) is known color: Orange Red. HEX triplet: E7, 3D and 0B. RGB value is (231,61,11). Sum of RGB (Red+Green+Blue) = 231+61+11=303 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.24% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73D0B is #18C2F4. Grayscale: #6A6A6A. Windows color (decimal): -1622773 or 736743. OLE color: 736743.
HSL color Cylindrical-coordinate representation of color #E73D0B: hue angle of 13.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E73D0B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.09 |
| HSL | 13.64º | 0.91% | 0.47% | - |
| HSV(B) | 13.64º | 0.95% | 0.91% | - |
| XYZ | 34.68 | 20.35 | 2.42 | - |
| YUV | 106.13 | 74.32 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 11 | 0 | 0.74 | 0.95 | 0.09 | 13.64 | 0.91 | 0.47 |
| Hex | E7 | 3D | B | 0 | 4A | 5F | 9 | E | 5B | 2F |
| Octal | 347 | 75 | 13 | 0 | 112 | 137 | 11 | 16 | 133 | 57 |
| Binary | 11100111 | 111101 | 1011 | 0 | 1001010 | 1011111 | 1001 | 1110 | 1011011 | 101111 |
Color Harmonies of #E73D0B
Complementary color
Monochromatic Colors of #E73D0B
Black with #E73D0B
Text Example
Text Example
White with #E73D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D0B; }
p { color: rgb(231,61,11); }
H1.HeaderClassName
{
color: #E73D0B;
}
.AnyTagClassName
{
color: #E73D0B;
}
</style>
background-color css
<style>
a { background-color: #E73D0B; }
a { background-color: rgb(231,61,11); }
div.DivClassName
{
background-color: #E73D0B;
}
.BgClassName
{
background-color: #E73D0B;
}
</style>
border-color css
<style>
span { border-color: #E73D0B; }
span { border-color: rgb(231,61,11); }
td.TdClassName
{
border-color: #E73D0B;
}
.TagClassName
{
border-color: #E73D0B;
}
</style>