Shades of Red Orange #F33B1E
Tints of Red Orange #F33B1E
RGB
CMYK
RGB Variations
Color information
#F33B1E (or 0xF33B1E) is known color: Red Orange. HEX triplet: F3, 3B and 1E. RGB value is (243,59,30). Sum of RGB (Red+Green+Blue) = 243+59+30=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F33B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33B1E is #0CC4E1. Grayscale: #6F6F6F. Windows color (decimal): -836834 or 1981427. OLE color: 1981427.
HSL color Cylindrical-coordinate representation of color #F33B1E: hue angle of 8.17º 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 #F33B1E is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 30 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.05 |
| HSL | 8.17º | 0.9% | 0.54% | - |
| HSV(B) | 8.17º | 0.88% | 0.95% | - |
| XYZ | 38.76 | 22.28 | 3.49 | - |
| YUV | 110.71 | 82.46 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 30 | 0 | 0.76 | 0.88 | 0.05 | 8.17 | 0.9 | 0.54 |
| Hex | F3 | 3B | 1E | 0 | 4C | 58 | 5 | 8 | 5A | 36 |
| Octal | 363 | 73 | 36 | 0 | 114 | 130 | 5 | 10 | 132 | 66 |
| Binary | 11110011 | 111011 | 11110 | 0 | 1001100 | 1011000 | 101 | 1000 | 1011010 | 110110 |
Color Harmonies of #F33B1E
Complementary color
Monochromatic Colors of #F33B1E
Black with #F33B1E
Text Example
Text Example
White with #F33B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33B1E; }
p { color: rgb(243,59,30); }
H1.HeaderClassName
{
color: #F33B1E;
}
.AnyTagClassName
{
color: #F33B1E;
}
</style>
background-color css
<style>
a { background-color: #F33B1E; }
a { background-color: rgb(243,59,30); }
div.DivClassName
{
background-color: #F33B1E;
}
.BgClassName
{
background-color: #F33B1E;
}
</style>
border-color css
<style>
span { border-color: #F33B1E; }
span { border-color: rgb(243,59,30); }
td.TdClassName
{
border-color: #F33B1E;
}
.TagClassName
{
border-color: #F33B1E;
}
</style>