Shades of Red Orange #FF2922
Tints of Red Orange #FF2922
RGB
CMYK
RGB Variations
Color information
#FF2922 (or 0xFF2922) is known color: Red Orange. HEX triplet: FF, 29 and 22. RGB value is (255,41,34). Sum of RGB (Red+Green+Blue) = 255+41+34=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2922 is #00D6DD. Grayscale: #686868. Windows color (decimal): -55006 or 2238975. OLE color: 2238975.
HSL color Cylindrical-coordinate representation of color #FF2922: hue angle of 1.9º 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 #FF2922 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 34 | - |
| CMYK | 0 | 0.84 | 0.87 | 0 |
| HSL | 1.9º | 1% | 0.57% | - |
| HSV(B) | 1.9º | 0.87% | 1% | - |
| XYZ | 42.32 | 22.96 | 3.71 | - |
| YUV | 104.19 | 88.4 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 34 | 0 | 0.84 | 0.87 | 0 | 1.9 | 1 | 0.57 |
| Hex | FF | 29 | 22 | 0 | 54 | 57 | 0 | 2 | 64 | 39 |
| Octal | 377 | 51 | 42 | 0 | 124 | 127 | 0 | 2 | 144 | 71 |
| Binary | 11111111 | 101001 | 100010 | 0 | 1010100 | 1010111 | 0 | 10 | 1100100 | 111001 |
Color Harmonies of #FF2922
Complementary color
Monochromatic Colors of #FF2922
Black with #FF2922
Text Example
Text Example
White with #FF2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2922; }
p { color: rgb(255,41,34); }
H1.HeaderClassName
{
color: #FF2922;
}
.AnyTagClassName
{
color: #FF2922;
}
</style>
background-color css
<style>
a { background-color: #FF2922; }
a { background-color: rgb(255,41,34); }
div.DivClassName
{
background-color: #FF2922;
}
.BgClassName
{
background-color: #FF2922;
}
</style>
border-color css
<style>
span { border-color: #FF2922; }
span { border-color: rgb(255,41,34); }
td.TdClassName
{
border-color: #FF2922;
}
.TagClassName
{
border-color: #FF2922;
}
</style>