Shades of Red Orange #F3371E
Tints of Red Orange #F3371E
RGB
CMYK
RGB Variations
Color information
#F3371E (or 0xF3371E) is known color: Red Orange. HEX triplet: F3, 37 and 1E. RGB value is (243,55,30). Sum of RGB (Red+Green+Blue) = 243+55+30=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F3371E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3371E is #0CC8E1. Grayscale: #6C6C6C. Windows color (decimal): -837858 or 1980403. OLE color: 1980403.
HSL color Cylindrical-coordinate representation of color #F3371E: hue angle of 7.04º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3371E is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 30 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.05 |
| HSL | 7.04º | 0.9% | 0.54% | - |
| HSV(B) | 7.04º | 0.88% | 0.95% | - |
| XYZ | 38.56 | 21.88 | 3.42 | - |
| YUV | 108.36 | 83.78 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 30 | 0 | 0.77 | 0.88 | 0.05 | 7.04 | 0.9 | 0.54 |
| Hex | F3 | 37 | 1E | 0 | 4D | 58 | 5 | 7 | 5A | 36 |
| Octal | 363 | 67 | 36 | 0 | 115 | 130 | 5 | 7 | 132 | 66 |
| Binary | 11110011 | 110111 | 11110 | 0 | 1001101 | 1011000 | 101 | 111 | 1011010 | 110110 |
Color Harmonies of #F3371E
Complementary color
Monochromatic Colors of #F3371E
Black with #F3371E
Text Example
Text Example
White with #F3371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3371E; }
p { color: rgb(243,55,30); }
H1.HeaderClassName
{
color: #F3371E;
}
.AnyTagClassName
{
color: #F3371E;
}
</style>
background-color css
<style>
a { background-color: #F3371E; }
a { background-color: rgb(243,55,30); }
div.DivClassName
{
background-color: #F3371E;
}
.BgClassName
{
background-color: #F3371E;
}
</style>
border-color css
<style>
span { border-color: #F3371E; }
span { border-color: rgb(243,55,30); }
td.TdClassName
{
border-color: #F3371E;
}
.TagClassName
{
border-color: #F3371E;
}
</style>