Shades of Torch Red #FF020B
Tints of Torch Red #FF020B
RGB
CMYK
RGB Variations
Color information
#FF020B (or 0xFF020B) is known color: Torch Red. HEX triplet: FF, 02 and 0B. RGB value is (255,2,11). Sum of RGB (Red+Green+Blue) = 255+2+11=268 (35% of max value = 765). Red value is 255 (100% from 255 or 95.15% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 255 - color contains mainly: red. Hex color #FF020B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF020B is #00FDF4. Grayscale: #4E4E4E. Windows color (decimal): -65013 or 721663. OLE color: 721663.
HSL color Cylindrical-coordinate representation of color #FF020B: hue angle of 357.87º 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 #FF020B is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.96 | 0 |
| HSL | 357.87º | 1% | 0.5% | - |
| HSV(B) | 357.87º | 0.99% | 1% | - |
| XYZ | 41.32 | 21.33 | 2.26 | - |
| YUV | 78.67 | 89.82 | 253.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 11 | 0 | 0.99 | 0.96 | 0 | 357.87 | 1 | 0.5 |
| Hex | FF | 2 | B | 0 | 63 | 60 | 0 | 166 | 64 | 32 |
| Octal | 377 | 2 | 13 | 0 | 143 | 140 | 0 | 546 | 144 | 62 |
| Binary | 11111111 | 10 | 1011 | 0 | 1100011 | 1100000 | 0 | 101100110 | 1100100 | 110010 |
Color Harmonies of #FF020B
Complementary color
Monochromatic Colors of #FF020B
Black with #FF020B
Text Example
Text Example
White with #FF020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF020B; }
p { color: rgb(255,2,11); }
H1.HeaderClassName
{
color: #FF020B;
}
.AnyTagClassName
{
color: #FF020B;
}
</style>
background-color css
<style>
a { background-color: #FF020B; }
a { background-color: rgb(255,2,11); }
div.DivClassName
{
background-color: #FF020B;
}
.BgClassName
{
background-color: #FF020B;
}
</style>
border-color css
<style>
span { border-color: #FF020B; }
span { border-color: rgb(255,2,11); }
td.TdClassName
{
border-color: #FF020B;
}
.TagClassName
{
border-color: #FF020B;
}
</style>