Shades of Red Orange #FF2222
Tints of Red Orange #FF2222
RGB
CMYK
RGB Variations
Color information
#FF2222 (or 0xFF2222) is known color: Red Orange. HEX triplet: FF, 22 and 22. RGB value is (255,34,34). Sum of RGB (Red+Green+Blue) = 255+34+34=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2222 is #00DDDD. Grayscale: #646464. Windows color (decimal): -56798 or 2237183. OLE color: 2237183.
HSL color Cylindrical-coordinate representation of color #FF2222: hue angle of 0º 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 #FF2222 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 34 | - |
| CMYK | 0 | 0.87 | 0.87 | 0 |
| HSL | 0º | 1% | 0.57% | - |
| HSV(B) | 0º | 0.87% | 1% | - |
| XYZ | 42.1 | 22.52 | 3.64 | - |
| YUV | 100.08 | 90.72 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 34 | 0 | 0.87 | 0.87 | 0 | 0 | 1 | 0.57 |
| Hex | FF | 22 | 22 | 0 | 57 | 57 | 0 | 0 | 64 | 39 |
| Octal | 377 | 42 | 42 | 0 | 127 | 127 | 0 | 0 | 144 | 71 |
| Binary | 11111111 | 100010 | 100010 | 0 | 1010111 | 1010111 | 0 | 0 | 1100100 | 111001 |
Color Harmonies of #FF2222
Complementary color
Monochromatic Colors of #FF2222
Black with #FF2222
Text Example
Text Example
White with #FF2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2222; }
p { color: rgb(255,34,34); }
H1.HeaderClassName
{
color: #FF2222;
}
.AnyTagClassName
{
color: #FF2222;
}
</style>
background-color css
<style>
a { background-color: #FF2222; }
a { background-color: rgb(255,34,34); }
div.DivClassName
{
background-color: #FF2222;
}
.BgClassName
{
background-color: #FF2222;
}
</style>
border-color css
<style>
span { border-color: #FF2222; }
span { border-color: rgb(255,34,34); }
td.TdClassName
{
border-color: #FF2222;
}
.TagClassName
{
border-color: #FF2222;
}
</style>