Shades of Red Orange #F2352F
Tints of Red Orange #F2352F
RGB
CMYK
RGB Variations
Color information
#F2352F (or 0xF2352F) is known color: Red Orange. HEX triplet: F2, 35 and 2F. RGB value is (242,53,47). Sum of RGB (Red+Green+Blue) = 242+53+47=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F2352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2352F is #0DCAD0. Grayscale: #6D6D6D. Windows color (decimal): -903889 or 3094002. OLE color: 3094002.
HSL color Cylindrical-coordinate representation of color #F2352F: hue angle of 1.85º 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 #F2352F is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 47 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.05 |
| HSL | 1.85º | 0.88% | 0.57% | - |
| HSV(B) | 1.85º | 0.81% | 0.95% | - |
| XYZ | 38.4 | 21.63 | 4.84 | - |
| YUV | 108.83 | 93.12 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 47 | 0 | 0.78 | 0.81 | 0.05 | 1.85 | 0.88 | 0.57 |
| Hex | F2 | 35 | 2F | 0 | 4E | 51 | 5 | 2 | 58 | 39 |
| Octal | 362 | 65 | 57 | 0 | 116 | 121 | 5 | 2 | 130 | 71 |
| Binary | 11110010 | 110101 | 101111 | 0 | 1001110 | 1010001 | 101 | 10 | 1011000 | 111001 |
Color Harmonies of #F2352F
Complementary color
Monochromatic Colors of #F2352F
Black with #F2352F
Text Example
Text Example
White with #F2352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2352F; }
p { color: rgb(242,53,47); }
H1.HeaderClassName
{
color: #F2352F;
}
.AnyTagClassName
{
color: #F2352F;
}
</style>
background-color css
<style>
a { background-color: #F2352F; }
a { background-color: rgb(242,53,47); }
div.DivClassName
{
background-color: #F2352F;
}
.BgClassName
{
background-color: #F2352F;
}
</style>
border-color css
<style>
span { border-color: #F2352F; }
span { border-color: rgb(242,53,47); }
td.TdClassName
{
border-color: #F2352F;
}
.TagClassName
{
border-color: #F2352F;
}
</style>