Shades of Red Orange #F33E1E
Tints of Red Orange #F33E1E
RGB
CMYK
RGB Variations
Color information
#F33E1E (or 0xF33E1E) is known color: Red Orange. HEX triplet: F3, 3E and 1E. RGB value is (243,62,30). Sum of RGB (Red+Green+Blue) = 243+62+30=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F33E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33E1E is #0CC1E1. Grayscale: #707070. Windows color (decimal): -836066 or 1982195. OLE color: 1982195.
HSL color Cylindrical-coordinate representation of color #F33E1E: hue angle of 9.01º 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 #F33E1E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 30 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.05 |
| HSL | 9.01º | 0.9% | 0.54% | - |
| HSV(B) | 9.01º | 0.88% | 0.95% | - |
| XYZ | 38.92 | 22.59 | 3.54 | - |
| YUV | 112.47 | 81.47 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 30 | 0 | 0.74 | 0.88 | 0.05 | 9.01 | 0.9 | 0.54 |
| Hex | F3 | 3E | 1E | 0 | 4A | 58 | 5 | 9 | 5A | 36 |
| Octal | 363 | 76 | 36 | 0 | 112 | 130 | 5 | 11 | 132 | 66 |
| Binary | 11110011 | 111110 | 11110 | 0 | 1001010 | 1011000 | 101 | 1001 | 1011010 | 110110 |
Color Harmonies of #F33E1E
Complementary color
Monochromatic Colors of #F33E1E
Black with #F33E1E
Text Example
Text Example
White with #F33E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33E1E; }
p { color: rgb(243,62,30); }
H1.HeaderClassName
{
color: #F33E1E;
}
.AnyTagClassName
{
color: #F33E1E;
}
</style>
background-color css
<style>
a { background-color: #F33E1E; }
a { background-color: rgb(243,62,30); }
div.DivClassName
{
background-color: #F33E1E;
}
.BgClassName
{
background-color: #F33E1E;
}
</style>
border-color css
<style>
span { border-color: #F33E1E; }
span { border-color: rgb(243,62,30); }
td.TdClassName
{
border-color: #F33E1E;
}
.TagClassName
{
border-color: #F33E1E;
}
</style>