Shades of Red Orange #F33122
Tints of Red Orange #F33122
RGB
CMYK
RGB Variations
Color information
#F33122 (or 0xF33122) is known color: Red Orange. HEX triplet: F3, 31 and 22. RGB value is (243,49,34). Sum of RGB (Red+Green+Blue) = 243+49+34=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F33122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33122 is #0CCEDD. Grayscale: #696969. Windows color (decimal): -839390 or 2241011. OLE color: 2241011.
HSL color Cylindrical-coordinate representation of color #F33122: hue angle of 4.31º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F33122 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 34 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.05 |
| HSL | 4.31º | 0.9% | 0.54% | - |
| HSV(B) | 4.31º | 0.86% | 0.95% | - |
| XYZ | 38.35 | 21.37 | 3.62 | - |
| YUV | 105.3 | 87.77 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 34 | 0 | 0.80 | 0.86 | 0.05 | 4.31 | 0.9 | 0.54 |
| Hex | F3 | 31 | 22 | 0 | 50 | 56 | 5 | 4 | 5A | 36 |
| Octal | 363 | 61 | 42 | 0 | 120 | 126 | 5 | 4 | 132 | 66 |
| Binary | 11110011 | 110001 | 100010 | 0 | 1010000 | 1010110 | 101 | 100 | 1011010 | 110110 |
Color Harmonies of #F33122
Complementary color
Monochromatic Colors of #F33122
Black with #F33122
Text Example
Text Example
White with #F33122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33122; }
p { color: rgb(243,49,34); }
H1.HeaderClassName
{
color: #F33122;
}
.AnyTagClassName
{
color: #F33122;
}
</style>
background-color css
<style>
a { background-color: #F33122; }
a { background-color: rgb(243,49,34); }
div.DivClassName
{
background-color: #F33122;
}
.BgClassName
{
background-color: #F33122;
}
</style>
border-color css
<style>
span { border-color: #F33122; }
span { border-color: rgb(243,49,34); }
td.TdClassName
{
border-color: #F33122;
}
.TagClassName
{
border-color: #F33122;
}
</style>