Shades of Red Orange #F3371D
Tints of Red Orange #F3371D
RGB
CMYK
RGB Variations
Color information
#F3371D (or 0xF3371D) is known color: Red Orange. HEX triplet: F3, 37 and 1D. RGB value is (243,55,29). Sum of RGB (Red+Green+Blue) = 243+55+29=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F3371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3371D is #0CC8E2. Grayscale: #6C6C6C. Windows color (decimal): -837859 or 1914867. OLE color: 1914867.
HSL color Cylindrical-coordinate representation of color #F3371D: hue angle of 7.29º degrees, saturation: 0.9, 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 #F3371D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 55 | 29 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.05 |
| HSL | 7.29º | 0.9% | 0.53% | - |
| HSV(B) | 7.29º | 0.88% | 0.95% | - |
| XYZ | 38.55 | 21.88 | 3.35 | - |
| YUV | 108.25 | 83.28 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 55 | 29 | 0 | 0.77 | 0.88 | 0.05 | 7.29 | 0.9 | 0.53 |
| Hex | F3 | 37 | 1D | 0 | 4D | 58 | 5 | 7 | 5A | 35 |
| Octal | 363 | 67 | 35 | 0 | 115 | 130 | 5 | 7 | 132 | 65 |
| Binary | 11110011 | 110111 | 11101 | 0 | 1001101 | 1011000 | 101 | 111 | 1011010 | 110101 |
Color Harmonies of #F3371D
Complementary color
Monochromatic Colors of #F3371D
Black with #F3371D
Text Example
Text Example
White with #F3371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3371D; }
p { color: rgb(243,55,29); }
H1.HeaderClassName
{
color: #F3371D;
}
.AnyTagClassName
{
color: #F3371D;
}
</style>
background-color css
<style>
a { background-color: #F3371D; }
a { background-color: rgb(243,55,29); }
div.DivClassName
{
background-color: #F3371D;
}
.BgClassName
{
background-color: #F3371D;
}
</style>
border-color css
<style>
span { border-color: #F3371D; }
span { border-color: rgb(243,55,29); }
td.TdClassName
{
border-color: #F3371D;
}
.TagClassName
{
border-color: #F3371D;
}
</style>