Shades of Torch Red #FF021A
Tints of Torch Red #FF021A
RGB
CMYK
RGB Variations
Color information
#FF021A (or 0xFF021A) is known color: Torch Red. HEX triplet: FF, 02 and 1A. RGB value is (255,2,26). Sum of RGB (Red+Green+Blue) = 255+2+26=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF021A is #00FDE5. Grayscale: #505050. Windows color (decimal): -64998 or 1704703. OLE color: 1704703.
HSL color Cylindrical-coordinate representation of color #FF021A: hue angle of 354.31º 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 #FF021A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.90 | 0 |
| HSL | 354.31º | 1% | 0.5% | - |
| HSV(B) | 354.31º | 0.99% | 1% | - |
| XYZ | 41.45 | 21.38 | 2.92 | - |
| YUV | 80.38 | 97.32 | 252.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 26 | 0 | 0.99 | 0.90 | 0 | 354.31 | 1 | 0.5 |
| Hex | FF | 2 | 1A | 0 | 63 | 5A | 0 | 162 | 64 | 32 |
| Octal | 377 | 2 | 32 | 0 | 143 | 132 | 0 | 542 | 144 | 62 |
| Binary | 11111111 | 10 | 11010 | 0 | 1100011 | 1011010 | 0 | 101100010 | 1100100 | 110010 |
Color Harmonies of #FF021A
Complementary color
Monochromatic Colors of #FF021A
Black with #FF021A
Text Example
Text Example
White with #FF021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF021A; }
p { color: rgb(255,2,26); }
H1.HeaderClassName
{
color: #FF021A;
}
.AnyTagClassName
{
color: #FF021A;
}
</style>
background-color css
<style>
a { background-color: #FF021A; }
a { background-color: rgb(255,2,26); }
div.DivClassName
{
background-color: #FF021A;
}
.BgClassName
{
background-color: #FF021A;
}
</style>
border-color css
<style>
span { border-color: #FF021A; }
span { border-color: rgb(255,2,26); }
td.TdClassName
{
border-color: #FF021A;
}
.TagClassName
{
border-color: #FF021A;
}
</style>