Shades of Red Orange #F1372D
Tints of Red Orange #F1372D
RGB
CMYK
RGB Variations
Color information
#F1372D (or 0xF1372D) is known color: Red Orange. HEX triplet: F1, 37 and 2D. RGB value is (241,55,45). Sum of RGB (Red+Green+Blue) = 241+55+45=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1372D is #0EC8D2. Grayscale: #6D6D6D. Windows color (decimal): -968915 or 2963441. OLE color: 2963441.
HSL color Cylindrical-coordinate representation of color #F1372D: hue angle of 3.06º 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 #F1372D is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 45 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.05 |
| HSL | 3.06º | 0.88% | 0.56% | - |
| HSV(B) | 3.06º | 0.81% | 0.95% | - |
| XYZ | 38.12 | 21.62 | 4.65 | - |
| YUV | 109.47 | 91.62 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 45 | 0 | 0.77 | 0.81 | 0.05 | 3.06 | 0.88 | 0.56 |
| Hex | F1 | 37 | 2D | 0 | 4D | 51 | 5 | 3 | 58 | 38 |
| Octal | 361 | 67 | 55 | 0 | 115 | 121 | 5 | 3 | 130 | 70 |
| Binary | 11110001 | 110111 | 101101 | 0 | 1001101 | 1010001 | 101 | 11 | 1011000 | 111000 |
Color Harmonies of #F1372D
Complementary color
Monochromatic Colors of #F1372D
Black with #F1372D
Text Example
Text Example
White with #F1372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1372D; }
p { color: rgb(241,55,45); }
H1.HeaderClassName
{
color: #F1372D;
}
.AnyTagClassName
{
color: #F1372D;
}
</style>
background-color css
<style>
a { background-color: #F1372D; }
a { background-color: rgb(241,55,45); }
div.DivClassName
{
background-color: #F1372D;
}
.BgClassName
{
background-color: #F1372D;
}
</style>
border-color css
<style>
span { border-color: #F1372D; }
span { border-color: rgb(241,55,45); }
td.TdClassName
{
border-color: #F1372D;
}
.TagClassName
{
border-color: #F1372D;
}
</style>