Shades of Red Orange #F2392A
Tints of Red Orange #F2392A
RGB
CMYK
RGB Variations
Color information
#F2392A (or 0xF2392A) is known color: Red Orange. HEX triplet: F2, 39 and 2A. RGB value is (242,57,42). Sum of RGB (Red+Green+Blue) = 242+57+42=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2392A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2392A is #0DC6D5. Grayscale: #6E6E6E. Windows color (decimal): -902870 or 2767346. OLE color: 2767346.
HSL color Cylindrical-coordinate representation of color #F2392A: hue angle of 4.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2392A is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 42 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.05 |
| HSL | 4.5º | 0.88% | 0.56% | - |
| HSV(B) | 4.5º | 0.83% | 0.95% | - |
| XYZ | 38.5 | 21.97 | 4.4 | - |
| YUV | 110.61 | 89.29 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 42 | 0 | 0.76 | 0.83 | 0.05 | 4.5 | 0.88 | 0.56 |
| Hex | F2 | 39 | 2A | 0 | 4C | 53 | 5 | 4 | 58 | 38 |
| Octal | 362 | 71 | 52 | 0 | 114 | 123 | 5 | 4 | 130 | 70 |
| Binary | 11110010 | 111001 | 101010 | 0 | 1001100 | 1010011 | 101 | 100 | 1011000 | 111000 |
Color Harmonies of #F2392A
Complementary color
Monochromatic Colors of #F2392A
Black with #F2392A
Text Example
Text Example
White with #F2392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2392A; }
p { color: rgb(242,57,42); }
H1.HeaderClassName
{
color: #F2392A;
}
.AnyTagClassName
{
color: #F2392A;
}
</style>
background-color css
<style>
a { background-color: #F2392A; }
a { background-color: rgb(242,57,42); }
div.DivClassName
{
background-color: #F2392A;
}
.BgClassName
{
background-color: #F2392A;
}
</style>
border-color css
<style>
span { border-color: #F2392A; }
span { border-color: rgb(242,57,42); }
td.TdClassName
{
border-color: #F2392A;
}
.TagClassName
{
border-color: #F2392A;
}
</style>