Shades of Red Orange #F43224
Tints of Red Orange #F43224
RGB
CMYK
RGB Variations
Color information
#F43224 (or 0xF43224) is known color: Red Orange. HEX triplet: F4, 32 and 24. RGB value is (244,50,36). Sum of RGB (Red+Green+Blue) = 244+50+36=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F43224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43224 is #0BCDDB. Grayscale: #6A6A6A. Windows color (decimal): -773596 or 2372340. OLE color: 2372340.
HSL color Cylindrical-coordinate representation of color #F43224: hue angle of 4.04º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F43224 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 36 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.04 |
| HSL | 4.04º | 0.9% | 0.55% | - |
| HSV(B) | 4.04º | 0.85% | 0.96% | - |
| XYZ | 38.77 | 21.64 | 3.8 | - |
| YUV | 106.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 36 | 0 | 0.80 | 0.85 | 0.04 | 4.04 | 0.9 | 0.55 |
| Hex | F4 | 32 | 24 | 0 | 50 | 55 | 4 | 4 | 5A | 37 |
| Octal | 364 | 62 | 44 | 0 | 120 | 125 | 4 | 4 | 132 | 67 |
| Binary | 11110100 | 110010 | 100100 | 0 | 1010000 | 1010101 | 100 | 100 | 1011010 | 110111 |
Color Harmonies of #F43224
Complementary color
Monochromatic Colors of #F43224
Black with #F43224
Text Example
Text Example
White with #F43224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43224; }
p { color: rgb(244,50,36); }
H1.HeaderClassName
{
color: #F43224;
}
.AnyTagClassName
{
color: #F43224;
}
</style>
background-color css
<style>
a { background-color: #F43224; }
a { background-color: rgb(244,50,36); }
div.DivClassName
{
background-color: #F43224;
}
.BgClassName
{
background-color: #F43224;
}
</style>
border-color css
<style>
span { border-color: #F43224; }
span { border-color: rgb(244,50,36); }
td.TdClassName
{
border-color: #F43224;
}
.TagClassName
{
border-color: #F43224;
}
</style>