Shades of Red Orange #FF3222
Tints of Red Orange #FF3222
RGB
CMYK
RGB Variations
Color information
#FF3222 (or 0xFF3222) is known color: Red Orange. HEX triplet: FF, 32 and 22. RGB value is (255,50,34). Sum of RGB (Red+Green+Blue) = 255+50+34=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3222 is #00CDDD. Grayscale: #6D6D6D. Windows color (decimal): -52702 or 2241279. OLE color: 2241279.
HSL color Cylindrical-coordinate representation of color #FF3222: hue angle of 4.34º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3222 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 34 | - |
| CMYK | 0 | 0.80 | 0.87 | 0 |
| HSL | 4.34º | 1% | 0.57% | - |
| HSV(B) | 4.34º | 0.87% | 1% | - |
| XYZ | 42.67 | 23.66 | 3.83 | - |
| YUV | 109.47 | 85.42 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 34 | 0 | 0.80 | 0.87 | 0 | 4.34 | 1 | 0.57 |
| Hex | FF | 32 | 22 | 0 | 50 | 57 | 0 | 4 | 64 | 39 |
| Octal | 377 | 62 | 42 | 0 | 120 | 127 | 0 | 4 | 144 | 71 |
| Binary | 11111111 | 110010 | 100010 | 0 | 1010000 | 1010111 | 0 | 100 | 1100100 | 111001 |
Color Harmonies of #FF3222
Complementary color
Monochromatic Colors of #FF3222
Black with #FF3222
Text Example
Text Example
White with #FF3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3222; }
p { color: rgb(255,50,34); }
H1.HeaderClassName
{
color: #FF3222;
}
.AnyTagClassName
{
color: #FF3222;
}
</style>
background-color css
<style>
a { background-color: #FF3222; }
a { background-color: rgb(255,50,34); }
div.DivClassName
{
background-color: #FF3222;
}
.BgClassName
{
background-color: #FF3222;
}
</style>
border-color css
<style>
span { border-color: #FF3222; }
span { border-color: rgb(255,50,34); }
td.TdClassName
{
border-color: #FF3222;
}
.TagClassName
{
border-color: #FF3222;
}
</style>