Shades of Red Orange #F2422D
Tints of Red Orange #F2422D
RGB
CMYK
RGB Variations
Color information
#F2422D (or 0xF2422D) is known color: Red Orange. HEX triplet: F2, 42 and 2D. RGB value is (242,66,45). Sum of RGB (Red+Green+Blue) = 242+66+45=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2422D is #0DBDD2. Grayscale: #747474. Windows color (decimal): -900563 or 2966258. OLE color: 2966258.
HSL color Cylindrical-coordinate representation of color #F2422D: hue angle of 6.4º 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 #F2422D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.05 |
| HSL | 6.4º | 0.88% | 0.56% | - |
| HSV(B) | 6.4º | 0.81% | 0.95% | - |
| XYZ | 39.04 | 22.96 | 4.86 | - |
| YUV | 116.23 | 87.81 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 45 | 0 | 0.73 | 0.81 | 0.05 | 6.4 | 0.88 | 0.56 |
| Hex | F2 | 42 | 2D | 0 | 49 | 51 | 5 | 6 | 58 | 38 |
| Octal | 362 | 102 | 55 | 0 | 111 | 121 | 5 | 6 | 130 | 70 |
| Binary | 11110010 | 1000010 | 101101 | 0 | 1001001 | 1010001 | 101 | 110 | 1011000 | 111000 |
Color Harmonies of #F2422D
Complementary color
Monochromatic Colors of #F2422D
Black with #F2422D
Text Example
Text Example
White with #F2422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2422D; }
p { color: rgb(242,66,45); }
H1.HeaderClassName
{
color: #F2422D;
}
.AnyTagClassName
{
color: #F2422D;
}
</style>
background-color css
<style>
a { background-color: #F2422D; }
a { background-color: rgb(242,66,45); }
div.DivClassName
{
background-color: #F2422D;
}
.BgClassName
{
background-color: #F2422D;
}
</style>
border-color css
<style>
span { border-color: #F2422D; }
span { border-color: rgb(242,66,45); }
td.TdClassName
{
border-color: #F2422D;
}
.TagClassName
{
border-color: #F2422D;
}
</style>