Shades of Torch Red #FF2224
Tints of Torch Red #FF2224
RGB
CMYK
RGB Variations
Color information
#FF2224 (or 0xFF2224) is known color: Torch Red. HEX triplet: FF, 22 and 24. RGB value is (255,34,36). Sum of RGB (Red+Green+Blue) = 255+34+36=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2224 is #00DDDB. Grayscale: #646464. Windows color (decimal): -56796 or 2368255. OLE color: 2368255.
HSL color Cylindrical-coordinate representation of color #FF2224: hue angle of 359.46º 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 #FF2224 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 36 | - |
| CMYK | 0 | 0.87 | 0.86 | 0 |
| HSL | 359.46º | 1% | 0.57% | - |
| HSV(B) | 359.46º | 0.87% | 1% | - |
| XYZ | 42.13 | 22.53 | 3.8 | - |
| YUV | 100.31 | 91.72 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 36 | 0 | 0.87 | 0.86 | 0 | 359.46 | 1 | 0.57 |
| Hex | FF | 22 | 24 | 0 | 57 | 56 | 0 | 167 | 64 | 39 |
| Octal | 377 | 42 | 44 | 0 | 127 | 126 | 0 | 547 | 144 | 71 |
| Binary | 11111111 | 100010 | 100100 | 0 | 1010111 | 1010110 | 0 | 101100111 | 1100100 | 111001 |
Color Harmonies of #FF2224
Complementary color
Monochromatic Colors of #FF2224
Black with #FF2224
Text Example
Text Example
White with #FF2224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2224; }
p { color: rgb(255,34,36); }
H1.HeaderClassName
{
color: #FF2224;
}
.AnyTagClassName
{
color: #FF2224;
}
</style>
background-color css
<style>
a { background-color: #FF2224; }
a { background-color: rgb(255,34,36); }
div.DivClassName
{
background-color: #FF2224;
}
.BgClassName
{
background-color: #FF2224;
}
</style>
border-color css
<style>
span { border-color: #FF2224; }
span { border-color: rgb(255,34,36); }
td.TdClassName
{
border-color: #FF2224;
}
.TagClassName
{
border-color: #FF2224;
}
</style>