Shades of Red Orange #F2352C
Tints of Red Orange #F2352C
RGB
CMYK
RGB Variations
Color information
#F2352C (or 0xF2352C) is known color: Red Orange. HEX triplet: F2, 35 and 2C. RGB value is (242,53,44). Sum of RGB (Red+Green+Blue) = 242+53+44=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2352C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2352C is #0DCAD3. Grayscale: #6C6C6C. Windows color (decimal): -903892 or 2897394. OLE color: 2897394.
HSL color Cylindrical-coordinate representation of color #F2352C: hue angle of 2.73º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2352C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 44 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.05 |
| HSL | 2.73º | 0.88% | 0.56% | - |
| HSV(B) | 2.73º | 0.82% | 0.95% | - |
| XYZ | 38.35 | 21.61 | 4.53 | - |
| YUV | 108.49 | 91.62 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 44 | 0 | 0.78 | 0.82 | 0.05 | 2.73 | 0.88 | 0.56 |
| Hex | F2 | 35 | 2C | 0 | 4E | 52 | 5 | 3 | 58 | 38 |
| Octal | 362 | 65 | 54 | 0 | 116 | 122 | 5 | 3 | 130 | 70 |
| Binary | 11110010 | 110101 | 101100 | 0 | 1001110 | 1010010 | 101 | 11 | 1011000 | 111000 |
Color Harmonies of #F2352C
Complementary color
Monochromatic Colors of #F2352C
Black with #F2352C
Text Example
Text Example
White with #F2352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2352C; }
p { color: rgb(242,53,44); }
H1.HeaderClassName
{
color: #F2352C;
}
.AnyTagClassName
{
color: #F2352C;
}
</style>
background-color css
<style>
a { background-color: #F2352C; }
a { background-color: rgb(242,53,44); }
div.DivClassName
{
background-color: #F2352C;
}
.BgClassName
{
background-color: #F2352C;
}
</style>
border-color css
<style>
span { border-color: #F2352C; }
span { border-color: rgb(242,53,44); }
td.TdClassName
{
border-color: #F2352C;
}
.TagClassName
{
border-color: #F2352C;
}
</style>