Shades of Red Orange #F3392C
Tints of Red Orange #F3392C
RGB
CMYK
RGB Variations
Color information
#F3392C (or 0xF3392C) is known color: Red Orange. HEX triplet: F3, 39 and 2C. RGB value is (243,57,44). Sum of RGB (Red+Green+Blue) = 243+57+44=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F3392C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3392C is #0CC6D3. Grayscale: #6F6F6F. Windows color (decimal): -837332 or 2898419. OLE color: 2898419.
HSL color Cylindrical-coordinate representation of color #F3392C: hue angle of 3.92º degrees, saturation: 0.89, 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 #F3392C is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 44 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.05 |
| HSL | 3.92º | 0.89% | 0.56% | - |
| HSV(B) | 3.92º | 0.82% | 0.95% | - |
| XYZ | 38.88 | 22.16 | 4.61 | - |
| YUV | 111.13 | 90.12 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 44 | 0 | 0.77 | 0.82 | 0.05 | 3.92 | 0.89 | 0.56 |
| Hex | F3 | 39 | 2C | 0 | 4D | 52 | 5 | 4 | 59 | 38 |
| Octal | 363 | 71 | 54 | 0 | 115 | 122 | 5 | 4 | 131 | 70 |
| Binary | 11110011 | 111001 | 101100 | 0 | 1001101 | 1010010 | 101 | 100 | 1011001 | 111000 |
Color Harmonies of #F3392C
Complementary color
Monochromatic Colors of #F3392C
Black with #F3392C
Text Example
Text Example
White with #F3392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3392C; }
p { color: rgb(243,57,44); }
H1.HeaderClassName
{
color: #F3392C;
}
.AnyTagClassName
{
color: #F3392C;
}
</style>
background-color css
<style>
a { background-color: #F3392C; }
a { background-color: rgb(243,57,44); }
div.DivClassName
{
background-color: #F3392C;
}
.BgClassName
{
background-color: #F3392C;
}
</style>
border-color css
<style>
span { border-color: #F3392C; }
span { border-color: rgb(243,57,44); }
td.TdClassName
{
border-color: #F3392C;
}
.TagClassName
{
border-color: #F3392C;
}
</style>