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