Shades of Red Orange #F72F2D
Tints of Red Orange #F72F2D
RGB
CMYK
RGB Variations
Color information
#F72F2D (or 0xF72F2D) is known color: Red Orange. HEX triplet: F7, 2F and 2D. RGB value is (247,47,45). Sum of RGB (Red+Green+Blue) = 247+47+45=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72F2D is #08D0D2. Grayscale: #6A6A6A. Windows color (decimal): -577747 or 2961399. OLE color: 2961399.
HSL color Cylindrical-coordinate representation of color #F72F2D: hue angle of 0.59º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72F2D is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 45 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.03 |
| HSL | 0.59º | 0.93% | 0.57% | - |
| HSV(B) | 0.59º | 0.82% | 0.97% | - |
| XYZ | 39.85 | 22 | 4.63 | - |
| YUV | 106.57 | 93.26 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 45 | 0 | 0.81 | 0.82 | 0.03 | 0.59 | 0.93 | 0.57 |
| Hex | F7 | 2F | 2D | 0 | 51 | 52 | 3 | 1 | 5D | 39 |
| Octal | 367 | 57 | 55 | 0 | 121 | 122 | 3 | 1 | 135 | 71 |
| Binary | 11110111 | 101111 | 101101 | 0 | 1010001 | 1010010 | 11 | 1 | 1011101 | 111001 |
Color Harmonies of #F72F2D
Complementary color
Monochromatic Colors of #F72F2D
Black with #F72F2D
Text Example
Text Example
White with #F72F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72F2D; }
p { color: rgb(247,47,45); }
H1.HeaderClassName
{
color: #F72F2D;
}
.AnyTagClassName
{
color: #F72F2D;
}
</style>
background-color css
<style>
a { background-color: #F72F2D; }
a { background-color: rgb(247,47,45); }
div.DivClassName
{
background-color: #F72F2D;
}
.BgClassName
{
background-color: #F72F2D;
}
</style>
border-color css
<style>
span { border-color: #F72F2D; }
span { border-color: rgb(247,47,45); }
td.TdClassName
{
border-color: #F72F2D;
}
.TagClassName
{
border-color: #F72F2D;
}
</style>