Shades of Red Orange #F2411D
Tints of Red Orange #F2411D
RGB
CMYK
RGB Variations
Color information
#F2411D (or 0xF2411D) is known color: Red Orange. HEX triplet: F2, 41 and 1D. RGB value is (242,65,29). Sum of RGB (Red+Green+Blue) = 242+65+29=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2411D is #0DBEE2. Grayscale: #727272. Windows color (decimal): -900835 or 1917426. OLE color: 1917426.
HSL color Cylindrical-coordinate representation of color #F2411D: hue angle of 10.14º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2411D is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 29 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.05 |
| HSL | 10.14º | 0.89% | 0.53% | - |
| HSV(B) | 10.14º | 0.88% | 0.95% | - |
| XYZ | 38.73 | 22.75 | 3.51 | - |
| YUV | 113.82 | 80.14 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 29 | 0 | 0.73 | 0.88 | 0.05 | 10.14 | 0.89 | 0.53 |
| Hex | F2 | 41 | 1D | 0 | 49 | 58 | 5 | A | 59 | 35 |
| Octal | 362 | 101 | 35 | 0 | 111 | 130 | 5 | 12 | 131 | 65 |
| Binary | 11110010 | 1000001 | 11101 | 0 | 1001001 | 1011000 | 101 | 1010 | 1011001 | 110101 |
Color Harmonies of #F2411D
Complementary color
Monochromatic Colors of #F2411D
Black with #F2411D
Text Example
Text Example
White with #F2411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2411D; }
p { color: rgb(242,65,29); }
H1.HeaderClassName
{
color: #F2411D;
}
.AnyTagClassName
{
color: #F2411D;
}
</style>
background-color css
<style>
a { background-color: #F2411D; }
a { background-color: rgb(242,65,29); }
div.DivClassName
{
background-color: #F2411D;
}
.BgClassName
{
background-color: #F2411D;
}
</style>
border-color css
<style>
span { border-color: #F2411D; }
span { border-color: rgb(242,65,29); }
td.TdClassName
{
border-color: #F2411D;
}
.TagClassName
{
border-color: #F2411D;
}
</style>