Shades of Red Orange #F2341C
Tints of Red Orange #F2341C
RGB
CMYK
RGB Variations
Color information
#F2341C (or 0xF2341C) is known color: Red Orange. HEX triplet: F2, 34 and 1C. RGB value is (242,52,28). Sum of RGB (Red+Green+Blue) = 242+52+28=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F2341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2341C is #0DCBE3. Grayscale: #6A6A6A. Windows color (decimal): -904164 or 1848562. OLE color: 1848562.
HSL color Cylindrical-coordinate representation of color #F2341C: hue angle of 6.73º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2341C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 28 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.05 |
| HSL | 6.73º | 0.89% | 0.53% | - |
| HSV(B) | 6.73º | 0.88% | 0.95% | - |
| XYZ | 38.06 | 21.42 | 3.23 | - |
| YUV | 106.07 | 83.95 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 28 | 0 | 0.79 | 0.88 | 0.05 | 6.73 | 0.89 | 0.53 |
| Hex | F2 | 34 | 1C | 0 | 4F | 58 | 5 | 7 | 59 | 35 |
| Octal | 362 | 64 | 34 | 0 | 117 | 130 | 5 | 7 | 131 | 65 |
| Binary | 11110010 | 110100 | 11100 | 0 | 1001111 | 1011000 | 101 | 111 | 1011001 | 110101 |
Color Harmonies of #F2341C
Complementary color
Monochromatic Colors of #F2341C
Black with #F2341C
Text Example
Text Example
White with #F2341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2341C; }
p { color: rgb(242,52,28); }
H1.HeaderClassName
{
color: #F2341C;
}
.AnyTagClassName
{
color: #F2341C;
}
</style>
background-color css
<style>
a { background-color: #F2341C; }
a { background-color: rgb(242,52,28); }
div.DivClassName
{
background-color: #F2341C;
}
.BgClassName
{
background-color: #F2341C;
}
</style>
border-color css
<style>
span { border-color: #F2341C; }
span { border-color: rgb(242,52,28); }
td.TdClassName
{
border-color: #F2341C;
}
.TagClassName
{
border-color: #F2341C;
}
</style>