Shades of Red Orange #F12C26
Tints of Red Orange #F12C26
RGB
CMYK
RGB Variations
Color information
#F12C26 (or 0xF12C26) is known color: Red Orange. HEX triplet: F1, 2C and 26. RGB value is (241,44,38). Sum of RGB (Red+Green+Blue) = 241+44+38=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C26 is #0ED3D9. Grayscale: #666666. Windows color (decimal): -971738 or 2501873. OLE color: 2501873.
HSL color Cylindrical-coordinate representation of color #F12C26: hue angle of 1.77º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12C26 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 38 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.05 |
| HSL | 1.77º | 0.88% | 0.55% | - |
| HSV(B) | 1.77º | 0.84% | 0.95% | - |
| XYZ | 37.53 | 20.64 | 3.84 | - |
| YUV | 102.22 | 91.77 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 38 | 0 | 0.82 | 0.84 | 0.05 | 1.77 | 0.88 | 0.55 |
| Hex | F1 | 2C | 26 | 0 | 52 | 54 | 5 | 2 | 58 | 37 |
| Octal | 361 | 54 | 46 | 0 | 122 | 124 | 5 | 2 | 130 | 67 |
| Binary | 11110001 | 101100 | 100110 | 0 | 1010010 | 1010100 | 101 | 10 | 1011000 | 110111 |
Color Harmonies of #F12C26
Complementary color
Monochromatic Colors of #F12C26
Black with #F12C26
Text Example
Text Example
White with #F12C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C26; }
p { color: rgb(241,44,38); }
H1.HeaderClassName
{
color: #F12C26;
}
.AnyTagClassName
{
color: #F12C26;
}
</style>
background-color css
<style>
a { background-color: #F12C26; }
a { background-color: rgb(241,44,38); }
div.DivClassName
{
background-color: #F12C26;
}
.BgClassName
{
background-color: #F12C26;
}
</style>
border-color css
<style>
span { border-color: #F12C26; }
span { border-color: rgb(241,44,38); }
td.TdClassName
{
border-color: #F12C26;
}
.TagClassName
{
border-color: #F12C26;
}
</style>