Shades of Red Orange #F3311D
Tints of Red Orange #F3311D
RGB
CMYK
RGB Variations
Color information
#F3311D (or 0xF3311D) is known color: Red Orange. HEX triplet: F3, 31 and 1D. RGB value is (243,49,29). Sum of RGB (Red+Green+Blue) = 243+49+29=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F3311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3311D is #0CCEE2. Grayscale: #686868. Windows color (decimal): -839395 or 1913331. OLE color: 1913331.
HSL color Cylindrical-coordinate representation of color #F3311D: hue angle of 5.61º 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 #F3311D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.05 |
| HSL | 5.61º | 0.9% | 0.53% | - |
| HSV(B) | 5.61º | 0.88% | 0.95% | - |
| XYZ | 38.28 | 21.34 | 3.26 | - |
| YUV | 104.73 | 85.27 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 29 | 0 | 0.80 | 0.88 | 0.05 | 5.61 | 0.9 | 0.53 |
| Hex | F3 | 31 | 1D | 0 | 50 | 58 | 5 | 6 | 5A | 35 |
| Octal | 363 | 61 | 35 | 0 | 120 | 130 | 5 | 6 | 132 | 65 |
| Binary | 11110011 | 110001 | 11101 | 0 | 1010000 | 1011000 | 101 | 110 | 1011010 | 110101 |
Color Harmonies of #F3311D
Complementary color
Monochromatic Colors of #F3311D
Black with #F3311D
Text Example
Text Example
White with #F3311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3311D; }
p { color: rgb(243,49,29); }
H1.HeaderClassName
{
color: #F3311D;
}
.AnyTagClassName
{
color: #F3311D;
}
</style>
background-color css
<style>
a { background-color: #F3311D; }
a { background-color: rgb(243,49,29); }
div.DivClassName
{
background-color: #F3311D;
}
.BgClassName
{
background-color: #F3311D;
}
</style>
border-color css
<style>
span { border-color: #F3311D; }
span { border-color: rgb(243,49,29); }
td.TdClassName
{
border-color: #F3311D;
}
.TagClassName
{
border-color: #F3311D;
}
</style>