Shades of Torch Red #FF021B
Tints of Torch Red #FF021B
RGB
CMYK
RGB Variations
Color information
#FF021B (or 0xFF021B) is known color: Torch Red. HEX triplet: FF, 02 and 1B. RGB value is (255,2,27). Sum of RGB (Red+Green+Blue) = 255+2+27=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF021B is #00FDE4. Grayscale: #505050. Windows color (decimal): -64997 or 1770239. OLE color: 1770239.
HSL color Cylindrical-coordinate representation of color #FF021B: hue angle of 354.07º 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 #FF021B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0 |
| HSL | 354.07º | 1% | 0.5% | - |
| HSV(B) | 354.07º | 0.99% | 1% | - |
| XYZ | 41.46 | 21.38 | 2.98 | - |
| YUV | 80.5 | 97.82 | 252.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 27 | 0 | 0.99 | 0.89 | 0 | 354.07 | 1 | 0.5 |
| Hex | FF | 2 | 1B | 0 | 63 | 59 | 0 | 162 | 64 | 32 |
| Octal | 377 | 2 | 33 | 0 | 143 | 131 | 0 | 542 | 144 | 62 |
| Binary | 11111111 | 10 | 11011 | 0 | 1100011 | 1011001 | 0 | 101100010 | 1100100 | 110010 |
Color Harmonies of #FF021B
Complementary color
Monochromatic Colors of #FF021B
Black with #FF021B
Text Example
Text Example
White with #FF021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF021B; }
p { color: rgb(255,2,27); }
H1.HeaderClassName
{
color: #FF021B;
}
.AnyTagClassName
{
color: #FF021B;
}
</style>
background-color css
<style>
a { background-color: #FF021B; }
a { background-color: rgb(255,2,27); }
div.DivClassName
{
background-color: #FF021B;
}
.BgClassName
{
background-color: #FF021B;
}
</style>
border-color css
<style>
span { border-color: #FF021B; }
span { border-color: rgb(255,2,27); }
td.TdClassName
{
border-color: #FF021B;
}
.TagClassName
{
border-color: #FF021B;
}
</style>