Shades of Red Orange #F43229
Tints of Red Orange #F43229
RGB
CMYK
RGB Variations
Color information
#F43229 (or 0xF43229) is known color: Red Orange. HEX triplet: F4, 32 and 29. RGB value is (244,50,41). Sum of RGB (Red+Green+Blue) = 244+50+41=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F43229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43229 is #0BCDD6. Grayscale: #6B6B6B. Windows color (decimal): -773591 or 2700020. OLE color: 2700020.
HSL color Cylindrical-coordinate representation of color #F43229: hue angle of 2.66º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F43229 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 41 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.04 |
| HSL | 2.66º | 0.9% | 0.56% | - |
| HSV(B) | 2.66º | 0.83% | 0.96% | - |
| XYZ | 38.85 | 21.67 | 4.23 | - |
| YUV | 106.98 | 90.77 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 41 | 0 | 0.80 | 0.83 | 0.04 | 2.66 | 0.9 | 0.56 |
| Hex | F4 | 32 | 29 | 0 | 50 | 53 | 4 | 3 | 5A | 38 |
| Octal | 364 | 62 | 51 | 0 | 120 | 123 | 4 | 3 | 132 | 70 |
| Binary | 11110100 | 110010 | 101001 | 0 | 1010000 | 1010011 | 100 | 11 | 1011010 | 111000 |
Color Harmonies of #F43229
Complementary color
Monochromatic Colors of #F43229
Black with #F43229
Text Example
Text Example
White with #F43229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43229; }
p { color: rgb(244,50,41); }
H1.HeaderClassName
{
color: #F43229;
}
.AnyTagClassName
{
color: #F43229;
}
</style>
background-color css
<style>
a { background-color: #F43229; }
a { background-color: rgb(244,50,41); }
div.DivClassName
{
background-color: #F43229;
}
.BgClassName
{
background-color: #F43229;
}
</style>
border-color css
<style>
span { border-color: #F43229; }
span { border-color: rgb(244,50,41); }
td.TdClassName
{
border-color: #F43229;
}
.TagClassName
{
border-color: #F43229;
}
</style>