Shades of Red Orange #F4471F
Tints of Red Orange #F4471F
RGB
CMYK
RGB Variations
Color information
#F4471F (or 0xF4471F) is known color: Red Orange. HEX triplet: F4, 47 and 1F. RGB value is (244,71,31). Sum of RGB (Red+Green+Blue) = 244+71+31=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F4471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4471F is #0BB8E0. Grayscale: #767676. Windows color (decimal): -768225 or 2050036. OLE color: 2050036.
HSL color Cylindrical-coordinate representation of color #F4471F: hue angle of 11.27º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4471F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 71 | 31 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.04 |
| HSL | 11.27º | 0.91% | 0.54% | - |
| HSV(B) | 11.27º | 0.87% | 0.96% | - |
| XYZ | 39.81 | 23.84 | 3.8 | - |
| YUV | 118.17 | 78.81 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 31 | 0 | 0.71 | 0.87 | 0.04 | 11.27 | 0.91 | 0.54 |
| Hex | F4 | 47 | 1F | 0 | 47 | 57 | 4 | B | 5B | 36 |
| Octal | 364 | 107 | 37 | 0 | 107 | 127 | 4 | 13 | 133 | 66 |
| Binary | 11110100 | 1000111 | 11111 | 0 | 1000111 | 1010111 | 100 | 1011 | 1011011 | 110110 |
Color Harmonies of #F4471F
Complementary color
Monochromatic Colors of #F4471F
Black with #F4471F
Text Example
Text Example
White with #F4471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4471F; }
p { color: rgb(244,71,31); }
H1.HeaderClassName
{
color: #F4471F;
}
.AnyTagClassName
{
color: #F4471F;
}
</style>
background-color css
<style>
a { background-color: #F4471F; }
a { background-color: rgb(244,71,31); }
div.DivClassName
{
background-color: #F4471F;
}
.BgClassName
{
background-color: #F4471F;
}
</style>
border-color css
<style>
span { border-color: #F4471F; }
span { border-color: rgb(244,71,31); }
td.TdClassName
{
border-color: #F4471F;
}
.TagClassName
{
border-color: #F4471F;
}
</style>