Shades of Red Orange #F72D1D
Tints of Red Orange #F72D1D
RGB
CMYK
RGB Variations
Color information
#F72D1D (or 0xF72D1D) is known color: Red Orange. HEX triplet: F7, 2D and 1D. RGB value is (247,45,29). Sum of RGB (Red+Green+Blue) = 247+45+29=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D1D is #08D2E2. Grayscale: #676767. Windows color (decimal): -578275 or 1912311. OLE color: 1912311.
HSL color Cylindrical-coordinate representation of color #F72D1D: hue angle of 4.4º 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 #F72D1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 45 | 29 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.03 |
| HSL | 4.4º | 0.93% | 0.54% | - |
| HSV(B) | 4.4º | 0.88% | 0.97% | - |
| XYZ | 39.52 | 21.74 | 3.28 | - |
| YUV | 103.57 | 85.92 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 45 | 29 | 0 | 0.82 | 0.88 | 0.03 | 4.4 | 0.93 | 0.54 |
| Hex | F7 | 2D | 1D | 0 | 52 | 58 | 3 | 4 | 5D | 36 |
| Octal | 367 | 55 | 35 | 0 | 122 | 130 | 3 | 4 | 135 | 66 |
| Binary | 11110111 | 101101 | 11101 | 0 | 1010010 | 1011000 | 11 | 100 | 1011101 | 110110 |
Color Harmonies of #F72D1D
Complementary color
Monochromatic Colors of #F72D1D
Black with #F72D1D
Text Example
Text Example
White with #F72D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72D1D; }
p { color: rgb(247,45,29); }
H1.HeaderClassName
{
color: #F72D1D;
}
.AnyTagClassName
{
color: #F72D1D;
}
</style>
background-color css
<style>
a { background-color: #F72D1D; }
a { background-color: rgb(247,45,29); }
div.DivClassName
{
background-color: #F72D1D;
}
.BgClassName
{
background-color: #F72D1D;
}
</style>
border-color css
<style>
span { border-color: #F72D1D; }
span { border-color: rgb(247,45,29); }
td.TdClassName
{
border-color: #F72D1D;
}
.TagClassName
{
border-color: #F72D1D;
}
</style>