Shades of Red Orange #F12F2D
Tints of Red Orange #F12F2D
RGB
CMYK
RGB Variations
Color information
#F12F2D (or 0xF12F2D) is known color: Red Orange. HEX triplet: F1, 2F and 2D. RGB value is (241,47,45). Sum of RGB (Red+Green+Blue) = 241+47+45=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F2D is #0ED0D2. Grayscale: #686868. Windows color (decimal): -970963 or 2961393. OLE color: 2961393.
HSL color Cylindrical-coordinate representation of color #F12F2D: hue angle of 0.61º degrees, saturation: 0.88, 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 #F12F2D is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 45 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.05 |
| HSL | 0.61º | 0.88% | 0.56% | - |
| HSV(B) | 0.61º | 0.81% | 0.95% | - |
| XYZ | 37.77 | 20.92 | 4.53 | - |
| YUV | 104.78 | 94.27 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 45 | 0 | 0.80 | 0.81 | 0.05 | 0.61 | 0.88 | 0.56 |
| Hex | F1 | 2F | 2D | 0 | 50 | 51 | 5 | 1 | 58 | 38 |
| Octal | 361 | 57 | 55 | 0 | 120 | 121 | 5 | 1 | 130 | 70 |
| Binary | 11110001 | 101111 | 101101 | 0 | 1010000 | 1010001 | 101 | 1 | 1011000 | 111000 |
Color Harmonies of #F12F2D
Complementary color
Monochromatic Colors of #F12F2D
Black with #F12F2D
Text Example
Text Example
White with #F12F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F2D; }
p { color: rgb(241,47,45); }
H1.HeaderClassName
{
color: #F12F2D;
}
.AnyTagClassName
{
color: #F12F2D;
}
</style>
background-color css
<style>
a { background-color: #F12F2D; }
a { background-color: rgb(241,47,45); }
div.DivClassName
{
background-color: #F12F2D;
}
.BgClassName
{
background-color: #F12F2D;
}
</style>
border-color css
<style>
span { border-color: #F12F2D; }
span { border-color: rgb(241,47,45); }
td.TdClassName
{
border-color: #F12F2D;
}
.TagClassName
{
border-color: #F12F2D;
}
</style>