Shades of Red Orange #F43C34
Tints of Red Orange #F43C34
RGB
CMYK
RGB Variations
Color information
#F43C34 (or 0xF43C34) is known color: Red Orange. HEX triplet: F4, 3C and 34. RGB value is (244,60,52). Sum of RGB (Red+Green+Blue) = 244+60+52=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43C34 is #0BC3CB. Grayscale: #727272. Windows color (decimal): -771020 or 3423476. OLE color: 3423476.
HSL color Cylindrical-coordinate representation of color #F43C34: hue angle of 2.5º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43C34 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 52 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.04 |
| HSL | 2.5º | 0.9% | 0.58% | - |
| HSV(B) | 2.5º | 0.79% | 0.96% | - |
| XYZ | 39.54 | 22.71 | 5.55 | - |
| YUV | 114.1 | 92.96 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 52 | 0 | 0.75 | 0.79 | 0.04 | 2.5 | 0.9 | 0.58 |
| Hex | F4 | 3C | 34 | 0 | 4B | 4F | 4 | 2 | 5A | 3A |
| Octal | 364 | 74 | 64 | 0 | 113 | 117 | 4 | 2 | 132 | 72 |
| Binary | 11110100 | 111100 | 110100 | 0 | 1001011 | 1001111 | 100 | 10 | 1011010 | 111010 |
Color Harmonies of #F43C34
Complementary color
Monochromatic Colors of #F43C34
Black with #F43C34
Text Example
Text Example
White with #F43C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C34; }
p { color: rgb(244,60,52); }
H1.HeaderClassName
{
color: #F43C34;
}
.AnyTagClassName
{
color: #F43C34;
}
</style>
background-color css
<style>
a { background-color: #F43C34; }
a { background-color: rgb(244,60,52); }
div.DivClassName
{
background-color: #F43C34;
}
.BgClassName
{
background-color: #F43C34;
}
</style>
border-color css
<style>
span { border-color: #F43C34; }
span { border-color: rgb(244,60,52); }
td.TdClassName
{
border-color: #F43C34;
}
.TagClassName
{
border-color: #F43C34;
}
</style>