Shades of Torch Red #FF022B
Tints of Torch Red #FF022B
RGB
CMYK
RGB Variations
Color information
#FF022B (or 0xFF022B) is known color: Torch Red. HEX triplet: FF, 02 and 2B. RGB value is (255,2,43). Sum of RGB (Red+Green+Blue) = 255+2+43=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF022B is #00FDD4. Grayscale: #525252. Windows color (decimal): -64981 or 2818815. OLE color: 2818815.
HSL color Cylindrical-coordinate representation of color #FF022B: hue angle of 350.28º 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 #FF022B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.83 | 0 |
| HSL | 350.28º | 1% | 0.5% | - |
| HSV(B) | 350.28º | 0.99% | 1% | - |
| XYZ | 41.7 | 21.48 | 4.23 | - |
| YUV | 82.32 | 105.82 | 251.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 43 | 0 | 0.99 | 0.83 | 0 | 350.28 | 1 | 0.5 |
| Hex | FF | 2 | 2B | 0 | 63 | 53 | 0 | 15E | 64 | 32 |
| Octal | 377 | 2 | 53 | 0 | 143 | 123 | 0 | 536 | 144 | 62 |
| Binary | 11111111 | 10 | 101011 | 0 | 1100011 | 1010011 | 0 | 101011110 | 1100100 | 110010 |
Color Harmonies of #FF022B
Complementary color
Monochromatic Colors of #FF022B
Black with #FF022B
Text Example
Text Example
White with #FF022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF022B; }
p { color: rgb(255,2,43); }
H1.HeaderClassName
{
color: #FF022B;
}
.AnyTagClassName
{
color: #FF022B;
}
</style>
background-color css
<style>
a { background-color: #FF022B; }
a { background-color: rgb(255,2,43); }
div.DivClassName
{
background-color: #FF022B;
}
.BgClassName
{
background-color: #FF022B;
}
</style>
border-color css
<style>
span { border-color: #FF022B; }
span { border-color: rgb(255,2,43); }
td.TdClassName
{
border-color: #FF022B;
}
.TagClassName
{
border-color: #FF022B;
}
</style>