Shades of Red Orange #F2371E
Tints of Red Orange #F2371E
RGB
CMYK
RGB Variations
Color information
#F2371E (or 0xF2371E) is known color: Red Orange. HEX triplet: F2, 37 and 1E. RGB value is (242,55,30). Sum of RGB (Red+Green+Blue) = 242+55+30=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F2371E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2371E is #0DC8E1. Grayscale: #6C6C6C. Windows color (decimal): -903394 or 1980402. OLE color: 1980402.
HSL color Cylindrical-coordinate representation of color #F2371E: hue angle of 7.08º 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 #F2371E is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 30 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.05 |
| HSL | 7.08º | 0.89% | 0.53% | - |
| HSV(B) | 7.08º | 0.88% | 0.95% | - |
| XYZ | 38.22 | 21.7 | 3.4 | - |
| YUV | 108.06 | 83.95 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 30 | 0 | 0.77 | 0.88 | 0.05 | 7.08 | 0.89 | 0.53 |
| Hex | F2 | 37 | 1E | 0 | 4D | 58 | 5 | 7 | 59 | 35 |
| Octal | 362 | 67 | 36 | 0 | 115 | 130 | 5 | 7 | 131 | 65 |
| Binary | 11110010 | 110111 | 11110 | 0 | 1001101 | 1011000 | 101 | 111 | 1011001 | 110101 |
Color Harmonies of #F2371E
Complementary color
Monochromatic Colors of #F2371E
Black with #F2371E
Text Example
Text Example
White with #F2371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2371E; }
p { color: rgb(242,55,30); }
H1.HeaderClassName
{
color: #F2371E;
}
.AnyTagClassName
{
color: #F2371E;
}
</style>
background-color css
<style>
a { background-color: #F2371E; }
a { background-color: rgb(242,55,30); }
div.DivClassName
{
background-color: #F2371E;
}
.BgClassName
{
background-color: #F2371E;
}
</style>
border-color css
<style>
span { border-color: #F2371E; }
span { border-color: rgb(242,55,30); }
td.TdClassName
{
border-color: #F2371E;
}
.TagClassName
{
border-color: #F2371E;
}
</style>