Shades of Red Orange #F12C25
Tints of Red Orange #F12C25
RGB
CMYK
RGB Variations
Color information
#F12C25 (or 0xF12C25) is known color: Red Orange. HEX triplet: F1, 2C and 25. RGB value is (241,44,37). Sum of RGB (Red+Green+Blue) = 241+44+37=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C25 is #0ED3DA. Grayscale: #666666. Windows color (decimal): -971739 or 2436337. OLE color: 2436337.
HSL color Cylindrical-coordinate representation of color #F12C25: hue angle of 2.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12C25 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 37 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.05 |
| HSL | 2.06º | 0.88% | 0.55% | - |
| HSV(B) | 2.06º | 0.85% | 0.95% | - |
| XYZ | 37.51 | 20.64 | 3.76 | - |
| YUV | 102.11 | 91.27 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 37 | 0 | 0.82 | 0.85 | 0.05 | 2.06 | 0.88 | 0.55 |
| Hex | F1 | 2C | 25 | 0 | 52 | 55 | 5 | 2 | 58 | 37 |
| Octal | 361 | 54 | 45 | 0 | 122 | 125 | 5 | 2 | 130 | 67 |
| Binary | 11110001 | 101100 | 100101 | 0 | 1010010 | 1010101 | 101 | 10 | 1011000 | 110111 |
Color Harmonies of #F12C25
Complementary color
Monochromatic Colors of #F12C25
Black with #F12C25
Text Example
Text Example
White with #F12C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C25; }
p { color: rgb(241,44,37); }
H1.HeaderClassName
{
color: #F12C25;
}
.AnyTagClassName
{
color: #F12C25;
}
</style>
background-color css
<style>
a { background-color: #F12C25; }
a { background-color: rgb(241,44,37); }
div.DivClassName
{
background-color: #F12C25;
}
.BgClassName
{
background-color: #F12C25;
}
</style>
border-color css
<style>
span { border-color: #F12C25; }
span { border-color: rgb(241,44,37); }
td.TdClassName
{
border-color: #F12C25;
}
.TagClassName
{
border-color: #F12C25;
}
</style>