Shades of Red Orange #F74121
Tints of Red Orange #F74121
RGB
CMYK
RGB Variations
Color information
#F74121 (or 0xF74121) is known color: Red Orange. HEX triplet: F7, 41 and 21. RGB value is (247,65,33). Sum of RGB (Red+Green+Blue) = 247+65+33=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F74121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74121 is #08BEDE. Grayscale: #747474. Windows color (decimal): -573151 or 2179575. OLE color: 2179575.
HSL color Cylindrical-coordinate representation of color #F74121: hue angle of 8.97º 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 #F74121 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 33 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.03 |
| HSL | 8.97º | 0.93% | 0.55% | - |
| HSV(B) | 8.97º | 0.87% | 0.97% | - |
| XYZ | 40.52 | 23.66 | 3.87 | - |
| YUV | 115.77 | 81.3 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 33 | 0 | 0.74 | 0.87 | 0.03 | 8.97 | 0.93 | 0.55 |
| Hex | F7 | 41 | 21 | 0 | 4A | 57 | 3 | 9 | 5D | 37 |
| Octal | 367 | 101 | 41 | 0 | 112 | 127 | 3 | 11 | 135 | 67 |
| Binary | 11110111 | 1000001 | 100001 | 0 | 1001010 | 1010111 | 11 | 1001 | 1011101 | 110111 |
Color Harmonies of #F74121
Complementary color
Monochromatic Colors of #F74121
Black with #F74121
Text Example
Text Example
White with #F74121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74121; }
p { color: rgb(247,65,33); }
H1.HeaderClassName
{
color: #F74121;
}
.AnyTagClassName
{
color: #F74121;
}
</style>
background-color css
<style>
a { background-color: #F74121; }
a { background-color: rgb(247,65,33); }
div.DivClassName
{
background-color: #F74121;
}
.BgClassName
{
background-color: #F74121;
}
</style>
border-color css
<style>
span { border-color: #F74121; }
span { border-color: rgb(247,65,33); }
td.TdClassName
{
border-color: #F74121;
}
.TagClassName
{
border-color: #F74121;
}
</style>