Shades of Torch Red #FF0224
Tints of Torch Red #FF0224
RGB
CMYK
RGB Variations
Color information
#FF0224 (or 0xFF0224) is known color: Torch Red. HEX triplet: FF, 02 and 24. RGB value is (255,2,36). Sum of RGB (Red+Green+Blue) = 255+2+36=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0224 is #00FDDB. Grayscale: #515151. Windows color (decimal): -64988 or 2360063. OLE color: 2360063.
HSL color Cylindrical-coordinate representation of color #FF0224: hue angle of 351.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0224 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.86 | 0 |
| HSL | 351.94º | 1% | 0.5% | - |
| HSV(B) | 351.94º | 0.99% | 1% | - |
| XYZ | 41.58 | 21.43 | 3.61 | - |
| YUV | 81.52 | 102.32 | 251.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 36 | 0 | 0.99 | 0.86 | 0 | 351.94 | 1 | 0.5 |
| Hex | FF | 2 | 24 | 0 | 63 | 56 | 0 | 160 | 64 | 32 |
| Octal | 377 | 2 | 44 | 0 | 143 | 126 | 0 | 540 | 144 | 62 |
| Binary | 11111111 | 10 | 100100 | 0 | 1100011 | 1010110 | 0 | 101100000 | 1100100 | 110010 |
Color Harmonies of #FF0224
Complementary color
Monochromatic Colors of #FF0224
Black with #FF0224
Text Example
Text Example
White with #FF0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0224; }
p { color: rgb(255,2,36); }
H1.HeaderClassName
{
color: #FF0224;
}
.AnyTagClassName
{
color: #FF0224;
}
</style>
background-color css
<style>
a { background-color: #FF0224; }
a { background-color: rgb(255,2,36); }
div.DivClassName
{
background-color: #FF0224;
}
.BgClassName
{
background-color: #FF0224;
}
</style>
border-color css
<style>
span { border-color: #FF0224; }
span { border-color: rgb(255,2,36); }
td.TdClassName
{
border-color: #FF0224;
}
.TagClassName
{
border-color: #FF0224;
}
</style>