Shades of Red Orange #F2362B
Tints of Red Orange #F2362B
RGB
CMYK
RGB Variations
Color information
#F2362B (or 0xF2362B) is known color: Red Orange. HEX triplet: F2, 36 and 2B. RGB value is (242,54,43). Sum of RGB (Red+Green+Blue) = 242+54+43=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2362B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2362B is #0DC9D4. Grayscale: #6D6D6D. Windows color (decimal): -903637 or 2832114. OLE color: 2832114.
HSL color Cylindrical-coordinate representation of color #F2362B: hue angle of 3.32º 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 #F2362B is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 43 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.05 |
| HSL | 3.32º | 0.88% | 0.56% | - |
| HSV(B) | 3.32º | 0.82% | 0.95% | - |
| XYZ | 38.37 | 21.69 | 4.45 | - |
| YUV | 108.96 | 90.78 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 43 | 0 | 0.78 | 0.82 | 0.05 | 3.32 | 0.88 | 0.56 |
| Hex | F2 | 36 | 2B | 0 | 4E | 52 | 5 | 3 | 58 | 38 |
| Octal | 362 | 66 | 53 | 0 | 116 | 122 | 5 | 3 | 130 | 70 |
| Binary | 11110010 | 110110 | 101011 | 0 | 1001110 | 1010010 | 101 | 11 | 1011000 | 111000 |
Color Harmonies of #F2362B
Complementary color
Monochromatic Colors of #F2362B
Black with #F2362B
Text Example
Text Example
White with #F2362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2362B; }
p { color: rgb(242,54,43); }
H1.HeaderClassName
{
color: #F2362B;
}
.AnyTagClassName
{
color: #F2362B;
}
</style>
background-color css
<style>
a { background-color: #F2362B; }
a { background-color: rgb(242,54,43); }
div.DivClassName
{
background-color: #F2362B;
}
.BgClassName
{
background-color: #F2362B;
}
</style>
border-color css
<style>
span { border-color: #F2362B; }
span { border-color: rgb(242,54,43); }
td.TdClassName
{
border-color: #F2362B;
}
.TagClassName
{
border-color: #F2362B;
}
</style>