Shades of Torch Red #FF0222
Tints of Torch Red #FF0222
RGB
CMYK
RGB Variations
Color information
#FF0222 (or 0xFF0222) is known color: Torch Red. HEX triplet: FF, 02 and 22. RGB value is (255,2,34). Sum of RGB (Red+Green+Blue) = 255+2+34=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0222 is #00FDDD. Grayscale: #515151. Windows color (decimal): -64990 or 2228991. OLE color: 2228991.
HSL color Cylindrical-coordinate representation of color #FF0222: hue angle of 352.41º 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 #FF0222 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.87 | 0 |
| HSL | 352.41º | 1% | 0.5% | - |
| HSV(B) | 352.41º | 0.99% | 1% | - |
| XYZ | 41.55 | 21.42 | 3.46 | - |
| YUV | 81.3 | 101.32 | 251.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 34 | 0 | 0.99 | 0.87 | 0 | 352.41 | 1 | 0.5 |
| Hex | FF | 2 | 22 | 0 | 63 | 57 | 0 | 160 | 64 | 32 |
| Octal | 377 | 2 | 42 | 0 | 143 | 127 | 0 | 540 | 144 | 62 |
| Binary | 11111111 | 10 | 100010 | 0 | 1100011 | 1010111 | 0 | 101100000 | 1100100 | 110010 |
Color Harmonies of #FF0222
Complementary color
Monochromatic Colors of #FF0222
Black with #FF0222
Text Example
Text Example
White with #FF0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0222; }
p { color: rgb(255,2,34); }
H1.HeaderClassName
{
color: #FF0222;
}
.AnyTagClassName
{
color: #FF0222;
}
</style>
background-color css
<style>
a { background-color: #FF0222; }
a { background-color: rgb(255,2,34); }
div.DivClassName
{
background-color: #FF0222;
}
.BgClassName
{
background-color: #FF0222;
}
</style>
border-color css
<style>
span { border-color: #FF0222; }
span { border-color: rgb(255,2,34); }
td.TdClassName
{
border-color: #FF0222;
}
.TagClassName
{
border-color: #FF0222;
}
</style>