Shades of Red Orange #F4341E
Tints of Red Orange #F4341E
RGB
CMYK
RGB Variations
Color information
#F4341E (or 0xF4341E) is known color: Red Orange. HEX triplet: F4, 34 and 1E. RGB value is (244,52,30). Sum of RGB (Red+Green+Blue) = 244+52+30=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F4341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4341E is #0BCBE1. Grayscale: #6B6B6B. Windows color (decimal): -773090 or 1979636. OLE color: 1979636.
HSL color Cylindrical-coordinate representation of color #F4341E: hue angle of 6.17º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4341E is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 30 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.04 |
| HSL | 6.17º | 0.91% | 0.54% | - |
| HSV(B) | 6.17º | 0.88% | 0.96% | - |
| XYZ | 38.77 | 21.78 | 3.39 | - |
| YUV | 106.9 | 84.61 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 30 | 0 | 0.79 | 0.88 | 0.04 | 6.17 | 0.91 | 0.54 |
| Hex | F4 | 34 | 1E | 0 | 4F | 58 | 4 | 6 | 5B | 36 |
| Octal | 364 | 64 | 36 | 0 | 117 | 130 | 4 | 6 | 133 | 66 |
| Binary | 11110100 | 110100 | 11110 | 0 | 1001111 | 1011000 | 100 | 110 | 1011011 | 110110 |
Color Harmonies of #F4341E
Complementary color
Monochromatic Colors of #F4341E
Black with #F4341E
Text Example
Text Example
White with #F4341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4341E; }
p { color: rgb(244,52,30); }
H1.HeaderClassName
{
color: #F4341E;
}
.AnyTagClassName
{
color: #F4341E;
}
</style>
background-color css
<style>
a { background-color: #F4341E; }
a { background-color: rgb(244,52,30); }
div.DivClassName
{
background-color: #F4341E;
}
.BgClassName
{
background-color: #F4341E;
}
</style>
border-color css
<style>
span { border-color: #F4341E; }
span { border-color: rgb(244,52,30); }
td.TdClassName
{
border-color: #F4341E;
}
.TagClassName
{
border-color: #F4341E;
}
</style>