Shades of Red Orange #F4412E
Tints of Red Orange #F4412E
RGB
CMYK
RGB Variations
Color information
#F4412E (or 0xF4412E) is known color: Red Orange. HEX triplet: F4, 41 and 2E. RGB value is (244,65,46). Sum of RGB (Red+Green+Blue) = 244+65+46=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4412E is #0BBED1. Grayscale: #747474. Windows color (decimal): -769746 or 3031540. OLE color: 3031540.
HSL color Cylindrical-coordinate representation of color #F4412E: hue angle of 5.76º 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 #F4412E is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 46 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.04 |
| HSL | 5.76º | 0.9% | 0.57% | - |
| HSV(B) | 5.76º | 0.81% | 0.96% | - |
| XYZ | 39.69 | 23.21 | 4.97 | - |
| YUV | 116.36 | 88.3 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 46 | 0 | 0.73 | 0.81 | 0.04 | 5.76 | 0.9 | 0.57 |
| Hex | F4 | 41 | 2E | 0 | 49 | 51 | 4 | 6 | 5A | 39 |
| Octal | 364 | 101 | 56 | 0 | 111 | 121 | 4 | 6 | 132 | 71 |
| Binary | 11110100 | 1000001 | 101110 | 0 | 1001001 | 1010001 | 100 | 110 | 1011010 | 111001 |
Color Harmonies of #F4412E
Complementary color
Monochromatic Colors of #F4412E
Black with #F4412E
Text Example
Text Example
White with #F4412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4412E; }
p { color: rgb(244,65,46); }
H1.HeaderClassName
{
color: #F4412E;
}
.AnyTagClassName
{
color: #F4412E;
}
</style>
background-color css
<style>
a { background-color: #F4412E; }
a { background-color: rgb(244,65,46); }
div.DivClassName
{
background-color: #F4412E;
}
.BgClassName
{
background-color: #F4412E;
}
</style>
border-color css
<style>
span { border-color: #F4412E; }
span { border-color: rgb(244,65,46); }
td.TdClassName
{
border-color: #F4412E;
}
.TagClassName
{
border-color: #F4412E;
}
</style>