Shades of Red Orange #F2391C
Tints of Red Orange #F2391C
RGB
CMYK
RGB Variations
Color information
#F2391C (or 0xF2391C) is known color: Red Orange. HEX triplet: F2, 39 and 1C. RGB value is (242,57,28). Sum of RGB (Red+Green+Blue) = 242+57+28=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F2391C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2391C is #0DC6E3. Grayscale: #6D6D6D. Windows color (decimal): -902884 or 1849842. OLE color: 1849842.
HSL color Cylindrical-coordinate representation of color #F2391C: hue angle of 8.13º 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 #F2391C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 28 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.05 |
| HSL | 8.13º | 0.89% | 0.53% | - |
| HSV(B) | 8.13º | 0.88% | 0.95% | - |
| XYZ | 38.29 | 21.89 | 3.31 | - |
| YUV | 109.01 | 82.29 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 28 | 0 | 0.76 | 0.88 | 0.05 | 8.13 | 0.89 | 0.53 |
| Hex | F2 | 39 | 1C | 0 | 4C | 58 | 5 | 8 | 59 | 35 |
| Octal | 362 | 71 | 34 | 0 | 114 | 130 | 5 | 10 | 131 | 65 |
| Binary | 11110010 | 111001 | 11100 | 0 | 1001100 | 1011000 | 101 | 1000 | 1011001 | 110101 |
Color Harmonies of #F2391C
Complementary color
Monochromatic Colors of #F2391C
Black with #F2391C
Text Example
Text Example
White with #F2391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2391C; }
p { color: rgb(242,57,28); }
H1.HeaderClassName
{
color: #F2391C;
}
.AnyTagClassName
{
color: #F2391C;
}
</style>
background-color css
<style>
a { background-color: #F2391C; }
a { background-color: rgb(242,57,28); }
div.DivClassName
{
background-color: #F2391C;
}
.BgClassName
{
background-color: #F2391C;
}
</style>
border-color css
<style>
span { border-color: #F2391C; }
span { border-color: rgb(242,57,28); }
td.TdClassName
{
border-color: #F2391C;
}
.TagClassName
{
border-color: #F2391C;
}
</style>