Shades of Red Orange #F43C2F
Tints of Red Orange #F43C2F
RGB
CMYK
RGB Variations
Color information
#F43C2F (or 0xF43C2F) is known color: Red Orange. HEX triplet: F4, 3C and 2F. RGB value is (244,60,47). Sum of RGB (Red+Green+Blue) = 244+60+47=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43C2F is #0BC3D0. Grayscale: #717171. Windows color (decimal): -771025 or 3095796. OLE color: 3095796.
HSL color Cylindrical-coordinate representation of color #F43C2F: hue angle of 3.96º 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 #F43C2F is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 47 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.04 |
| HSL | 3.96º | 0.9% | 0.57% | - |
| HSV(B) | 3.96º | 0.81% | 0.96% | - |
| XYZ | 39.44 | 22.67 | 4.99 | - |
| YUV | 113.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 47 | 0 | 0.75 | 0.81 | 0.04 | 3.96 | 0.9 | 0.57 |
| Hex | F4 | 3C | 2F | 0 | 4B | 51 | 4 | 4 | 5A | 39 |
| Octal | 364 | 74 | 57 | 0 | 113 | 121 | 4 | 4 | 132 | 71 |
| Binary | 11110100 | 111100 | 101111 | 0 | 1001011 | 1010001 | 100 | 100 | 1011010 | 111001 |
Color Harmonies of #F43C2F
Complementary color
Monochromatic Colors of #F43C2F
Black with #F43C2F
Text Example
Text Example
White with #F43C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C2F; }
p { color: rgb(244,60,47); }
H1.HeaderClassName
{
color: #F43C2F;
}
.AnyTagClassName
{
color: #F43C2F;
}
</style>
background-color css
<style>
a { background-color: #F43C2F; }
a { background-color: rgb(244,60,47); }
div.DivClassName
{
background-color: #F43C2F;
}
.BgClassName
{
background-color: #F43C2F;
}
</style>
border-color css
<style>
span { border-color: #F43C2F; }
span { border-color: rgb(244,60,47); }
td.TdClassName
{
border-color: #F43C2F;
}
.TagClassName
{
border-color: #F43C2F;
}
</style>