Shades of Red Orange #F2342D
Tints of Red Orange #F2342D
RGB
CMYK
RGB Variations
Color information
#F2342D (or 0xF2342D) is known color: Red Orange. HEX triplet: F2, 34 and 2D. RGB value is (242,52,45). Sum of RGB (Red+Green+Blue) = 242+52+45=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2342D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2342D is #0DCBD2. Grayscale: #6C6C6C. Windows color (decimal): -904147 or 2962674. OLE color: 2962674.
HSL color Cylindrical-coordinate representation of color #F2342D: hue angle of 2.13º 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 #F2342D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 45 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.05 |
| HSL | 2.13º | 0.88% | 0.56% | - |
| HSV(B) | 2.13º | 0.81% | 0.95% | - |
| XYZ | 38.32 | 21.52 | 4.62 | - |
| YUV | 108.01 | 92.45 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 45 | 0 | 0.79 | 0.81 | 0.05 | 2.13 | 0.88 | 0.56 |
| Hex | F2 | 34 | 2D | 0 | 4F | 51 | 5 | 2 | 58 | 38 |
| Octal | 362 | 64 | 55 | 0 | 117 | 121 | 5 | 2 | 130 | 70 |
| Binary | 11110010 | 110100 | 101101 | 0 | 1001111 | 1010001 | 101 | 10 | 1011000 | 111000 |
Color Harmonies of #F2342D
Complementary color
Monochromatic Colors of #F2342D
Black with #F2342D
Text Example
Text Example
White with #F2342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2342D; }
p { color: rgb(242,52,45); }
H1.HeaderClassName
{
color: #F2342D;
}
.AnyTagClassName
{
color: #F2342D;
}
</style>
background-color css
<style>
a { background-color: #F2342D; }
a { background-color: rgb(242,52,45); }
div.DivClassName
{
background-color: #F2342D;
}
.BgClassName
{
background-color: #F2342D;
}
</style>
border-color css
<style>
span { border-color: #F2342D; }
span { border-color: rgb(242,52,45); }
td.TdClassName
{
border-color: #F2342D;
}
.TagClassName
{
border-color: #F2342D;
}
</style>