Shades of Red Orange #F42F2B
Tints of Red Orange #F42F2B
RGB
CMYK
RGB Variations
Color information
#F42F2B (or 0xF42F2B) is known color: Red Orange. HEX triplet: F4, 2F and 2B. RGB value is (244,47,43). Sum of RGB (Red+Green+Blue) = 244+47+43=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F2B is #0BD0D4. Grayscale: #696969. Windows color (decimal): -774357 or 2830324. OLE color: 2830324.
HSL color Cylindrical-coordinate representation of color #F42F2B: hue angle of 1.19º 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 #F42F2B is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 43 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.04 |
| HSL | 1.19º | 0.9% | 0.56% | - |
| HSV(B) | 1.19º | 0.82% | 0.96% | - |
| XYZ | 38.76 | 21.44 | 4.38 | - |
| YUV | 105.45 | 92.77 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 43 | 0 | 0.81 | 0.82 | 0.04 | 1.19 | 0.9 | 0.56 |
| Hex | F4 | 2F | 2B | 0 | 51 | 52 | 4 | 1 | 5A | 38 |
| Octal | 364 | 57 | 53 | 0 | 121 | 122 | 4 | 1 | 132 | 70 |
| Binary | 11110100 | 101111 | 101011 | 0 | 1010001 | 1010010 | 100 | 1 | 1011010 | 111000 |
Color Harmonies of #F42F2B
Complementary color
Monochromatic Colors of #F42F2B
Black with #F42F2B
Text Example
Text Example
White with #F42F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F2B; }
p { color: rgb(244,47,43); }
H1.HeaderClassName
{
color: #F42F2B;
}
.AnyTagClassName
{
color: #F42F2B;
}
</style>
background-color css
<style>
a { background-color: #F42F2B; }
a { background-color: rgb(244,47,43); }
div.DivClassName
{
background-color: #F42F2B;
}
.BgClassName
{
background-color: #F42F2B;
}
</style>
border-color css
<style>
span { border-color: #F42F2B; }
span { border-color: rgb(244,47,43); }
td.TdClassName
{
border-color: #F42F2B;
}
.TagClassName
{
border-color: #F42F2B;
}
</style>