Shades of Red Orange #F12E2E
Tints of Red Orange #F12E2E
RGB
CMYK
RGB Variations
Color information
#F12E2E (or 0xF12E2E) is known color: Red Orange. HEX triplet: F1, 2E and 2E. RGB value is (241,46,46). Sum of RGB (Red+Green+Blue) = 241+46+46=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E2E is #0ED1D1. Grayscale: #686868. Windows color (decimal): -971218 or 3026673. OLE color: 3026673.
HSL color Cylindrical-coordinate representation of color #F12E2E: hue angle of 0º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12E2E is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 46 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.05 |
| HSL | 0º | 0.87% | 0.56% | - |
| HSV(B) | 0º | 0.81% | 0.95% | - |
| XYZ | 37.75 | 20.85 | 4.62 | - |
| YUV | 104.31 | 95.1 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 46 | 0 | 0.81 | 0.81 | 0.05 | 0 | 0.87 | 0.56 |
| Hex | F1 | 2E | 2E | 0 | 51 | 51 | 5 | 0 | 57 | 38 |
| Octal | 361 | 56 | 56 | 0 | 121 | 121 | 5 | 0 | 127 | 70 |
| Binary | 11110001 | 101110 | 101110 | 0 | 1010001 | 1010001 | 101 | 0 | 1010111 | 111000 |
Color Harmonies of #F12E2E
Complementary color
Monochromatic Colors of #F12E2E
Black with #F12E2E
Text Example
Text Example
White with #F12E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12E2E; }
p { color: rgb(241,46,46); }
H1.HeaderClassName
{
color: #F12E2E;
}
.AnyTagClassName
{
color: #F12E2E;
}
</style>
background-color css
<style>
a { background-color: #F12E2E; }
a { background-color: rgb(241,46,46); }
div.DivClassName
{
background-color: #F12E2E;
}
.BgClassName
{
background-color: #F12E2E;
}
</style>
border-color css
<style>
span { border-color: #F12E2E; }
span { border-color: rgb(241,46,46); }
td.TdClassName
{
border-color: #F12E2E;
}
.TagClassName
{
border-color: #F12E2E;
}
</style>