Shades of Red Orange #F3382C
Tints of Red Orange #F3382C
RGB
CMYK
RGB Variations
Color information
#F3382C (or 0xF3382C) is known color: Red Orange. HEX triplet: F3, 38 and 2C. RGB value is (243,56,44). Sum of RGB (Red+Green+Blue) = 243+56+44=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F3382C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3382C is #0CC7D3. Grayscale: #6E6E6E. Windows color (decimal): -837588 or 2898163. OLE color: 2898163.
HSL color Cylindrical-coordinate representation of color #F3382C: hue angle of 3.62º 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 #F3382C is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 44 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.05 |
| HSL | 3.62º | 0.89% | 0.56% | - |
| HSV(B) | 3.62º | 0.82% | 0.95% | - |
| XYZ | 38.83 | 22.06 | 4.6 | - |
| YUV | 110.55 | 90.45 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 44 | 0 | 0.77 | 0.82 | 0.05 | 3.62 | 0.89 | 0.56 |
| Hex | F3 | 38 | 2C | 0 | 4D | 52 | 5 | 4 | 59 | 38 |
| Octal | 363 | 70 | 54 | 0 | 115 | 122 | 5 | 4 | 131 | 70 |
| Binary | 11110011 | 111000 | 101100 | 0 | 1001101 | 1010010 | 101 | 100 | 1011001 | 111000 |
Color Harmonies of #F3382C
Complementary color
Monochromatic Colors of #F3382C
Black with #F3382C
Text Example
Text Example
White with #F3382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3382C; }
p { color: rgb(243,56,44); }
H1.HeaderClassName
{
color: #F3382C;
}
.AnyTagClassName
{
color: #F3382C;
}
</style>
background-color css
<style>
a { background-color: #F3382C; }
a { background-color: rgb(243,56,44); }
div.DivClassName
{
background-color: #F3382C;
}
.BgClassName
{
background-color: #F3382C;
}
</style>
border-color css
<style>
span { border-color: #F3382C; }
span { border-color: rgb(243,56,44); }
td.TdClassName
{
border-color: #F3382C;
}
.TagClassName
{
border-color: #F3382C;
}
</style>