Shades of Red Orange #F73D1F
Tints of Red Orange #F73D1F
RGB
CMYK
RGB Variations
Color information
#F73D1F (or 0xF73D1F) is known color: Red Orange. HEX triplet: F7, 3D and 1F. RGB value is (247,61,31). Sum of RGB (Red+Green+Blue) = 247+61+31=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73D1F is #08C2E0. Grayscale: #717171. Windows color (decimal): -574177 or 2047479. OLE color: 2047479.
HSL color Cylindrical-coordinate representation of color #F73D1F: hue angle of 8.33º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F73D1F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.03 |
| HSL | 8.33º | 0.93% | 0.55% | - |
| HSV(B) | 8.33º | 0.87% | 0.97% | - |
| XYZ | 40.27 | 23.21 | 3.65 | - |
| YUV | 113.19 | 81.62 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 31 | 0 | 0.75 | 0.87 | 0.03 | 8.33 | 0.93 | 0.55 |
| Hex | F7 | 3D | 1F | 0 | 4B | 57 | 3 | 8 | 5D | 37 |
| Octal | 367 | 75 | 37 | 0 | 113 | 127 | 3 | 10 | 135 | 67 |
| Binary | 11110111 | 111101 | 11111 | 0 | 1001011 | 1010111 | 11 | 1000 | 1011101 | 110111 |
Color Harmonies of #F73D1F
Complementary color
Monochromatic Colors of #F73D1F
Black with #F73D1F
Text Example
Text Example
White with #F73D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D1F; }
p { color: rgb(247,61,31); }
H1.HeaderClassName
{
color: #F73D1F;
}
.AnyTagClassName
{
color: #F73D1F;
}
</style>
background-color css
<style>
a { background-color: #F73D1F; }
a { background-color: rgb(247,61,31); }
div.DivClassName
{
background-color: #F73D1F;
}
.BgClassName
{
background-color: #F73D1F;
}
</style>
border-color css
<style>
span { border-color: #F73D1F; }
span { border-color: rgb(247,61,31); }
td.TdClassName
{
border-color: #F73D1F;
}
.TagClassName
{
border-color: #F73D1F;
}
</style>