Shades of Red Orange #F4412F
Tints of Red Orange #F4412F
RGB
CMYK
RGB Variations
Color information
#F4412F (or 0xF4412F) is known color: Red Orange. HEX triplet: F4, 41 and 2F. RGB value is (244,65,47). Sum of RGB (Red+Green+Blue) = 244+65+47=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4412F is #0BBED0. Grayscale: #747474. Windows color (decimal): -769745 or 3097076. OLE color: 3097076.
HSL color Cylindrical-coordinate representation of color #F4412F: hue angle of 5.48º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4412F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 47 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.04 |
| HSL | 5.48º | 0.9% | 0.57% | - |
| HSV(B) | 5.48º | 0.81% | 0.96% | - |
| XYZ | 39.71 | 23.22 | 5.08 | - |
| YUV | 116.47 | 88.8 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 47 | 0 | 0.73 | 0.81 | 0.04 | 5.48 | 0.9 | 0.57 |
| Hex | F4 | 41 | 2F | 0 | 49 | 51 | 4 | 5 | 5A | 39 |
| Octal | 364 | 101 | 57 | 0 | 111 | 121 | 4 | 5 | 132 | 71 |
| Binary | 11110100 | 1000001 | 101111 | 0 | 1001001 | 1010001 | 100 | 101 | 1011010 | 111001 |
Color Harmonies of #F4412F
Complementary color
Monochromatic Colors of #F4412F
Black with #F4412F
Text Example
Text Example
White with #F4412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4412F; }
p { color: rgb(244,65,47); }
H1.HeaderClassName
{
color: #F4412F;
}
.AnyTagClassName
{
color: #F4412F;
}
</style>
background-color css
<style>
a { background-color: #F4412F; }
a { background-color: rgb(244,65,47); }
div.DivClassName
{
background-color: #F4412F;
}
.BgClassName
{
background-color: #F4412F;
}
</style>
border-color css
<style>
span { border-color: #F4412F; }
span { border-color: rgb(244,65,47); }
td.TdClassName
{
border-color: #F4412F;
}
.TagClassName
{
border-color: #F4412F;
}
</style>