Shades of Red Orange #F73D1D
Tints of Red Orange #F73D1D
RGB
CMYK
RGB Variations
Color information
#F73D1D (or 0xF73D1D) is known color: Red Orange. HEX triplet: F7, 3D and 1D. RGB value is (247,61,29). Sum of RGB (Red+Green+Blue) = 247+61+29=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73D1D is #08C2E2. Grayscale: #717171. Windows color (decimal): -574179 or 1916407. OLE color: 1916407.
HSL color Cylindrical-coordinate representation of color #F73D1D: hue angle of 8.81º 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 #F73D1D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 29 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.03 |
| HSL | 8.81º | 0.93% | 0.54% | - |
| HSV(B) | 8.81º | 0.88% | 0.97% | - |
| XYZ | 40.25 | 23.2 | 3.52 | - |
| YUV | 112.97 | 80.62 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 29 | 0 | 0.75 | 0.88 | 0.03 | 8.81 | 0.93 | 0.54 |
| Hex | F7 | 3D | 1D | 0 | 4B | 58 | 3 | 9 | 5D | 36 |
| Octal | 367 | 75 | 35 | 0 | 113 | 130 | 3 | 11 | 135 | 66 |
| Binary | 11110111 | 111101 | 11101 | 0 | 1001011 | 1011000 | 11 | 1001 | 1011101 | 110110 |
Color Harmonies of #F73D1D
Complementary color
Monochromatic Colors of #F73D1D
Black with #F73D1D
Text Example
Text Example
White with #F73D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D1D; }
p { color: rgb(247,61,29); }
H1.HeaderClassName
{
color: #F73D1D;
}
.AnyTagClassName
{
color: #F73D1D;
}
</style>
background-color css
<style>
a { background-color: #F73D1D; }
a { background-color: rgb(247,61,29); }
div.DivClassName
{
background-color: #F73D1D;
}
.BgClassName
{
background-color: #F73D1D;
}
</style>
border-color css
<style>
span { border-color: #F73D1D; }
span { border-color: rgb(247,61,29); }
td.TdClassName
{
border-color: #F73D1D;
}
.TagClassName
{
border-color: #F73D1D;
}
</style>