Shades of Red Orange #F73A1D
Tints of Red Orange #F73A1D
RGB
CMYK
RGB Variations
Color information
#F73A1D (or 0xF73A1D) is known color: Red Orange. HEX triplet: F7, 3A and 1D. RGB value is (247,58,29). Sum of RGB (Red+Green+Blue) = 247+58+29=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73A1D is #08C5E2. Grayscale: #6F6F6F. Windows color (decimal): -574947 or 1915639. OLE color: 1915639.
HSL color Cylindrical-coordinate representation of color #F73A1D: hue angle of 7.98º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F73A1D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 58 | 29 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.03 |
| HSL | 7.98º | 0.93% | 0.54% | - |
| HSV(B) | 7.98º | 0.88% | 0.97% | - |
| XYZ | 40.09 | 22.89 | 3.47 | - |
| YUV | 111.21 | 81.62 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 29 | 0 | 0.77 | 0.88 | 0.03 | 7.98 | 0.93 | 0.54 |
| Hex | F7 | 3A | 1D | 0 | 4D | 58 | 3 | 8 | 5D | 36 |
| Octal | 367 | 72 | 35 | 0 | 115 | 130 | 3 | 10 | 135 | 66 |
| Binary | 11110111 | 111010 | 11101 | 0 | 1001101 | 1011000 | 11 | 1000 | 1011101 | 110110 |
Color Harmonies of #F73A1D
Complementary color
Monochromatic Colors of #F73A1D
Black with #F73A1D
Text Example
Text Example
White with #F73A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73A1D; }
p { color: rgb(247,58,29); }
H1.HeaderClassName
{
color: #F73A1D;
}
.AnyTagClassName
{
color: #F73A1D;
}
</style>
background-color css
<style>
a { background-color: #F73A1D; }
a { background-color: rgb(247,58,29); }
div.DivClassName
{
background-color: #F73A1D;
}
.BgClassName
{
background-color: #F73A1D;
}
</style>
border-color css
<style>
span { border-color: #F73A1D; }
span { border-color: rgb(247,58,29); }
td.TdClassName
{
border-color: #F73A1D;
}
.TagClassName
{
border-color: #F73A1D;
}
</style>