Shades of Red Orange #F33920
Tints of Red Orange #F33920
RGB
CMYK
RGB Variations
Color information
#F33920 (or 0xF33920) is known color: Red Orange. HEX triplet: F3, 39 and 20. RGB value is (243,57,32). Sum of RGB (Red+Green+Blue) = 243+57+32=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F33920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33920 is #0CC6DF. Grayscale: #6E6E6E. Windows color (decimal): -837344 or 2111987. OLE color: 2111987.
HSL color Cylindrical-coordinate representation of color #F33920: hue angle of 7.11º 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 #F33920 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 32 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.05 |
| HSL | 7.11º | 0.9% | 0.54% | - |
| HSV(B) | 7.11º | 0.87% | 0.95% | - |
| XYZ | 38.69 | 22.09 | 3.59 | - |
| YUV | 109.76 | 84.12 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 32 | 0 | 0.77 | 0.87 | 0.05 | 7.11 | 0.9 | 0.54 |
| Hex | F3 | 39 | 20 | 0 | 4D | 57 | 5 | 7 | 5A | 36 |
| Octal | 363 | 71 | 40 | 0 | 115 | 127 | 5 | 7 | 132 | 66 |
| Binary | 11110011 | 111001 | 100000 | 0 | 1001101 | 1010111 | 101 | 111 | 1011010 | 110110 |
Color Harmonies of #F33920
Complementary color
Monochromatic Colors of #F33920
Black with #F33920
Text Example
Text Example
White with #F33920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33920; }
p { color: rgb(243,57,32); }
H1.HeaderClassName
{
color: #F33920;
}
.AnyTagClassName
{
color: #F33920;
}
</style>
background-color css
<style>
a { background-color: #F33920; }
a { background-color: rgb(243,57,32); }
div.DivClassName
{
background-color: #F33920;
}
.BgClassName
{
background-color: #F33920;
}
</style>
border-color css
<style>
span { border-color: #F33920; }
span { border-color: rgb(243,57,32); }
td.TdClassName
{
border-color: #F33920;
}
.TagClassName
{
border-color: #F33920;
}
</style>