Shades of Red Orange #F33C20
Tints of Red Orange #F33C20
RGB
CMYK
RGB Variations
Color information
#F33C20 (or 0xF33C20) is known color: Red Orange. HEX triplet: F3, 3C and 20. RGB value is (243,60,32). Sum of RGB (Red+Green+Blue) = 243+60+32=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C20 is #0CC3DF. Grayscale: #6F6F6F. Windows color (decimal): -836576 or 2112755. OLE color: 2112755.
HSL color Cylindrical-coordinate representation of color #F33C20: hue angle of 7.96º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F33C20 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 32 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.05 |
| HSL | 7.96º | 0.9% | 0.54% | - |
| HSV(B) | 7.96º | 0.87% | 0.95% | - |
| XYZ | 38.84 | 22.39 | 3.64 | - |
| YUV | 111.53 | 83.13 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 32 | 0 | 0.75 | 0.87 | 0.05 | 7.96 | 0.9 | 0.54 |
| Hex | F3 | 3C | 20 | 0 | 4B | 57 | 5 | 8 | 5A | 36 |
| Octal | 363 | 74 | 40 | 0 | 113 | 127 | 5 | 10 | 132 | 66 |
| Binary | 11110011 | 111100 | 100000 | 0 | 1001011 | 1010111 | 101 | 1000 | 1011010 | 110110 |
Color Harmonies of #F33C20
Complementary color
Monochromatic Colors of #F33C20
Black with #F33C20
Text Example
Text Example
White with #F33C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C20; }
p { color: rgb(243,60,32); }
H1.HeaderClassName
{
color: #F33C20;
}
.AnyTagClassName
{
color: #F33C20;
}
</style>
background-color css
<style>
a { background-color: #F33C20; }
a { background-color: rgb(243,60,32); }
div.DivClassName
{
background-color: #F33C20;
}
.BgClassName
{
background-color: #F33C20;
}
</style>
border-color css
<style>
span { border-color: #F33C20; }
span { border-color: rgb(243,60,32); }
td.TdClassName
{
border-color: #F33C20;
}
.TagClassName
{
border-color: #F33C20;
}
</style>