Shades of Torch Red #FF022A
Tints of Torch Red #FF022A
RGB
CMYK
RGB Variations
Color information
#FF022A (or 0xFF022A) is known color: Torch Red. HEX triplet: FF, 02 and 2A. RGB value is (255,2,42). Sum of RGB (Red+Green+Blue) = 255+2+42=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF022A is #00FDD5. Grayscale: #525252. Windows color (decimal): -64982 or 2753279. OLE color: 2753279.
HSL color Cylindrical-coordinate representation of color #FF022A: hue angle of 350.51º 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 #FF022A is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.84 | 0 |
| HSL | 350.51º | 1% | 0.5% | - |
| HSV(B) | 350.51º | 0.99% | 1% | - |
| XYZ | 41.68 | 21.47 | 4.14 | - |
| YUV | 82.21 | 105.32 | 251.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 42 | 0 | 0.99 | 0.84 | 0 | 350.51 | 1 | 0.5 |
| Hex | FF | 2 | 2A | 0 | 63 | 54 | 0 | 15F | 64 | 32 |
| Octal | 377 | 2 | 52 | 0 | 143 | 124 | 0 | 537 | 144 | 62 |
| Binary | 11111111 | 10 | 101010 | 0 | 1100011 | 1010100 | 0 | 101011111 | 1100100 | 110010 |
Color Harmonies of #FF022A
Complementary color
Monochromatic Colors of #FF022A
Black with #FF022A
Text Example
Text Example
White with #FF022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF022A; }
p { color: rgb(255,2,42); }
H1.HeaderClassName
{
color: #FF022A;
}
.AnyTagClassName
{
color: #FF022A;
}
</style>
background-color css
<style>
a { background-color: #FF022A; }
a { background-color: rgb(255,2,42); }
div.DivClassName
{
background-color: #FF022A;
}
.BgClassName
{
background-color: #FF022A;
}
</style>
border-color css
<style>
span { border-color: #FF022A; }
span { border-color: rgb(255,2,42); }
td.TdClassName
{
border-color: #FF022A;
}
.TagClassName
{
border-color: #FF022A;
}
</style>