Shades of Red Orange #F2341B
Tints of Red Orange #F2341B
RGB
CMYK
RGB Variations
Color information
#F2341B (or 0xF2341B) is known color: Red Orange. HEX triplet: F2, 34 and 1B. RGB value is (242,52,27). Sum of RGB (Red+Green+Blue) = 242+52+27=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F2341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2341B is #0DCBE4. Grayscale: #6A6A6A. Windows color (decimal): -904165 or 1783026. OLE color: 1783026.
HSL color Cylindrical-coordinate representation of color #F2341B: hue angle of 6.98º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2341B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 27 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.05 |
| HSL | 6.98º | 0.89% | 0.53% | - |
| HSV(B) | 6.98º | 0.89% | 0.95% | - |
| XYZ | 38.04 | 21.41 | 3.16 | - |
| YUV | 105.96 | 83.45 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 27 | 0 | 0.79 | 0.89 | 0.05 | 6.98 | 0.89 | 0.53 |
| Hex | F2 | 34 | 1B | 0 | 4F | 59 | 5 | 7 | 59 | 35 |
| Octal | 362 | 64 | 33 | 0 | 117 | 131 | 5 | 7 | 131 | 65 |
| Binary | 11110010 | 110100 | 11011 | 0 | 1001111 | 1011001 | 101 | 111 | 1011001 | 110101 |
Color Harmonies of #F2341B
Complementary color
Monochromatic Colors of #F2341B
Black with #F2341B
Text Example
Text Example
White with #F2341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2341B; }
p { color: rgb(242,52,27); }
H1.HeaderClassName
{
color: #F2341B;
}
.AnyTagClassName
{
color: #F2341B;
}
</style>
background-color css
<style>
a { background-color: #F2341B; }
a { background-color: rgb(242,52,27); }
div.DivClassName
{
background-color: #F2341B;
}
.BgClassName
{
background-color: #F2341B;
}
</style>
border-color css
<style>
span { border-color: #F2341B; }
span { border-color: rgb(242,52,27); }
td.TdClassName
{
border-color: #F2341B;
}
.TagClassName
{
border-color: #F2341B;
}
</style>