Shades of Red Orange #F12C23
Tints of Red Orange #F12C23
RGB
CMYK
RGB Variations
Color information
#F12C23 (or 0xF12C23) is known color: Red Orange. HEX triplet: F1, 2C and 23. RGB value is (241,44,35). Sum of RGB (Red+Green+Blue) = 241+44+35=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C23 is #0ED3DC. Grayscale: #666666. Windows color (decimal): -971741 or 2305265. OLE color: 2305265.
HSL color Cylindrical-coordinate representation of color #F12C23: hue angle of 2.62º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12C23 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 35 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.05 |
| HSL | 2.62º | 0.88% | 0.54% | - |
| HSV(B) | 2.62º | 0.85% | 0.95% | - |
| XYZ | 37.48 | 20.62 | 3.6 | - |
| YUV | 101.88 | 90.27 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 35 | 0 | 0.82 | 0.85 | 0.05 | 2.62 | 0.88 | 0.54 |
| Hex | F1 | 2C | 23 | 0 | 52 | 55 | 5 | 3 | 58 | 36 |
| Octal | 361 | 54 | 43 | 0 | 122 | 125 | 5 | 3 | 130 | 66 |
| Binary | 11110001 | 101100 | 100011 | 0 | 1010010 | 1010101 | 101 | 11 | 1011000 | 110110 |
Color Harmonies of #F12C23
Complementary color
Monochromatic Colors of #F12C23
Black with #F12C23
Text Example
Text Example
White with #F12C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C23; }
p { color: rgb(241,44,35); }
H1.HeaderClassName
{
color: #F12C23;
}
.AnyTagClassName
{
color: #F12C23;
}
</style>
background-color css
<style>
a { background-color: #F12C23; }
a { background-color: rgb(241,44,35); }
div.DivClassName
{
background-color: #F12C23;
}
.BgClassName
{
background-color: #F12C23;
}
</style>
border-color css
<style>
span { border-color: #F12C23; }
span { border-color: rgb(241,44,35); }
td.TdClassName
{
border-color: #F12C23;
}
.TagClassName
{
border-color: #F12C23;
}
</style>