Shades of Red Orange #F1392D
Tints of Red Orange #F1392D
RGB
CMYK
RGB Variations
Color information
#F1392D (or 0xF1392D) is known color: Red Orange. HEX triplet: F1, 39 and 2D. RGB value is (241,57,45). Sum of RGB (Red+Green+Blue) = 241+57+45=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1392D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1392D is #0EC6D2. Grayscale: #6E6E6E. Windows color (decimal): -968403 or 2963953. OLE color: 2963953.
HSL color Cylindrical-coordinate representation of color #F1392D: hue angle of 3.67º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1392D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 45 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.05 |
| HSL | 3.67º | 0.88% | 0.56% | - |
| HSV(B) | 3.67º | 0.81% | 0.95% | - |
| XYZ | 38.21 | 21.82 | 4.68 | - |
| YUV | 110.65 | 90.96 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 45 | 0 | 0.76 | 0.81 | 0.05 | 3.67 | 0.88 | 0.56 |
| Hex | F1 | 39 | 2D | 0 | 4C | 51 | 5 | 4 | 58 | 38 |
| Octal | 361 | 71 | 55 | 0 | 114 | 121 | 5 | 4 | 130 | 70 |
| Binary | 11110001 | 111001 | 101101 | 0 | 1001100 | 1010001 | 101 | 100 | 1011000 | 111000 |
Color Harmonies of #F1392D
Complementary color
Monochromatic Colors of #F1392D
Black with #F1392D
Text Example
Text Example
White with #F1392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1392D; }
p { color: rgb(241,57,45); }
H1.HeaderClassName
{
color: #F1392D;
}
.AnyTagClassName
{
color: #F1392D;
}
</style>
background-color css
<style>
a { background-color: #F1392D; }
a { background-color: rgb(241,57,45); }
div.DivClassName
{
background-color: #F1392D;
}
.BgClassName
{
background-color: #F1392D;
}
</style>
border-color css
<style>
span { border-color: #F1392D; }
span { border-color: rgb(241,57,45); }
td.TdClassName
{
border-color: #F1392D;
}
.TagClassName
{
border-color: #F1392D;
}
</style>