Shades of Red Orange #F2322F
Tints of Red Orange #F2322F
RGB
CMYK
RGB Variations
Color information
#F2322F (or 0xF2322F) is known color: Red Orange. HEX triplet: F2, 32 and 2F. RGB value is (242,50,47). Sum of RGB (Red+Green+Blue) = 242+50+47=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2322F is #0DCDD0. Grayscale: #6B6B6B. Windows color (decimal): -904657 or 3093234. OLE color: 3093234.
HSL color Cylindrical-coordinate representation of color #F2322F: hue angle of 0.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2322F is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 47 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.05 |
| HSL | 0.92º | 0.88% | 0.57% | - |
| HSV(B) | 0.92º | 0.81% | 0.95% | - |
| XYZ | 38.27 | 21.36 | 4.8 | - |
| YUV | 107.07 | 94.11 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 47 | 0 | 0.79 | 0.81 | 0.05 | 0.92 | 0.88 | 0.57 |
| Hex | F2 | 32 | 2F | 0 | 4F | 51 | 5 | 1 | 58 | 39 |
| Octal | 362 | 62 | 57 | 0 | 117 | 121 | 5 | 1 | 130 | 71 |
| Binary | 11110010 | 110010 | 101111 | 0 | 1001111 | 1010001 | 101 | 1 | 1011000 | 111001 |
Color Harmonies of #F2322F
Complementary color
Monochromatic Colors of #F2322F
Black with #F2322F
Text Example
Text Example
White with #F2322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2322F; }
p { color: rgb(242,50,47); }
H1.HeaderClassName
{
color: #F2322F;
}
.AnyTagClassName
{
color: #F2322F;
}
</style>
background-color css
<style>
a { background-color: #F2322F; }
a { background-color: rgb(242,50,47); }
div.DivClassName
{
background-color: #F2322F;
}
.BgClassName
{
background-color: #F2322F;
}
</style>
border-color css
<style>
span { border-color: #F2322F; }
span { border-color: rgb(242,50,47); }
td.TdClassName
{
border-color: #F2322F;
}
.TagClassName
{
border-color: #F2322F;
}
</style>