Shades of Red Orange #F4352C
Tints of Red Orange #F4352C
RGB
CMYK
RGB Variations
Color information
#F4352C (or 0xF4352C) is known color: Red Orange. HEX triplet: F4, 35 and 2C. RGB value is (244,53,44). Sum of RGB (Red+Green+Blue) = 244+53+44=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F4352C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4352C is #0BCAD3. Grayscale: #6D6D6D. Windows color (decimal): -772820 or 2897396. OLE color: 2897396.
HSL color Cylindrical-coordinate representation of color #F4352C: hue angle of 2.7º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4352C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 44 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.04 |
| HSL | 2.7º | 0.9% | 0.56% | - |
| HSV(B) | 2.7º | 0.82% | 0.96% | - |
| XYZ | 39.04 | 21.96 | 4.56 | - |
| YUV | 109.08 | 91.28 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 44 | 0 | 0.78 | 0.82 | 0.04 | 2.7 | 0.9 | 0.56 |
| Hex | F4 | 35 | 2C | 0 | 4E | 52 | 4 | 3 | 5A | 38 |
| Octal | 364 | 65 | 54 | 0 | 116 | 122 | 4 | 3 | 132 | 70 |
| Binary | 11110100 | 110101 | 101100 | 0 | 1001110 | 1010010 | 100 | 11 | 1011010 | 111000 |
Color Harmonies of #F4352C
Complementary color
Monochromatic Colors of #F4352C
Black with #F4352C
Text Example
Text Example
White with #F4352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4352C; }
p { color: rgb(244,53,44); }
H1.HeaderClassName
{
color: #F4352C;
}
.AnyTagClassName
{
color: #F4352C;
}
</style>
background-color css
<style>
a { background-color: #F4352C; }
a { background-color: rgb(244,53,44); }
div.DivClassName
{
background-color: #F4352C;
}
.BgClassName
{
background-color: #F4352C;
}
</style>
border-color css
<style>
span { border-color: #F4352C; }
span { border-color: rgb(244,53,44); }
td.TdClassName
{
border-color: #F4352C;
}
.TagClassName
{
border-color: #F4352C;
}
</style>