Shades of Red Orange #F12C2B
Tints of Red Orange #F12C2B
RGB
CMYK
RGB Variations
Color information
#F12C2B (or 0xF12C2B) is known color: Red Orange. HEX triplet: F1, 2C and 2B. RGB value is (241,44,43). Sum of RGB (Red+Green+Blue) = 241+44+43=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C2B is #0ED3D4. Grayscale: #666666. Windows color (decimal): -971733 or 2829553. OLE color: 2829553.
HSL color Cylindrical-coordinate representation of color #F12C2B: hue angle of 0.3º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12C2B is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 43 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.05 |
| HSL | 0.3º | 0.88% | 0.56% | - |
| HSV(B) | 0.3º | 0.82% | 0.95% | - |
| XYZ | 37.61 | 20.68 | 4.29 | - |
| YUV | 102.79 | 94.27 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 43 | 0 | 0.82 | 0.82 | 0.05 | 0.3 | 0.88 | 0.56 |
| Hex | F1 | 2C | 2B | 0 | 52 | 52 | 5 | 0 | 58 | 38 |
| Octal | 361 | 54 | 53 | 0 | 122 | 122 | 5 | 0 | 130 | 70 |
| Binary | 11110001 | 101100 | 101011 | 0 | 1010010 | 1010010 | 101 | 0 | 1011000 | 111000 |
Color Harmonies of #F12C2B
Complementary color
Monochromatic Colors of #F12C2B
Black with #F12C2B
Text Example
Text Example
White with #F12C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12C2B; }
p { color: rgb(241,44,43); }
H1.HeaderClassName
{
color: #F12C2B;
}
.AnyTagClassName
{
color: #F12C2B;
}
</style>
background-color css
<style>
a { background-color: #F12C2B; }
a { background-color: rgb(241,44,43); }
div.DivClassName
{
background-color: #F12C2B;
}
.BgClassName
{
background-color: #F12C2B;
}
</style>
border-color css
<style>
span { border-color: #F12C2B; }
span { border-color: rgb(241,44,43); }
td.TdClassName
{
border-color: #F12C2B;
}
.TagClassName
{
border-color: #F12C2B;
}
</style>