Shades of Torch Red #FF012A
Tints of Torch Red #FF012A
RGB
CMYK
RGB Variations
Color information
#FF012A (or 0xFF012A) is known color: Torch Red. HEX triplet: FF, 01 and 2A. RGB value is (255,1,42). Sum of RGB (Red+Green+Blue) = 255+1+42=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF012A is #00FED5. Grayscale: #515151. Windows color (decimal): -65238 or 2753023. OLE color: 2753023.
HSL color Cylindrical-coordinate representation of color #FF012A: hue angle of 350.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF012A is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.84 | 0 |
| HSL | 350.32º | 1% | 0.5% | - |
| HSV(B) | 350.32º | 1% | 1% | - |
| XYZ | 41.67 | 21.45 | 4.13 | - |
| YUV | 81.62 | 105.65 | 251.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 42 | 0 | 1.00 | 0.84 | 0 | 350.32 | 1 | 0.5 |
| Hex | FF | 1 | 2A | 0 | 64 | 54 | 0 | 15E | 64 | 32 |
| Octal | 377 | 1 | 52 | 0 | 144 | 124 | 0 | 536 | 144 | 62 |
| Binary | 11111111 | 1 | 101010 | 0 | 1100100 | 1010100 | 0 | 101011110 | 1100100 | 110010 |
Color Harmonies of #FF012A
Complementary color
Monochromatic Colors of #FF012A
Black with #FF012A
Text Example
Text Example
White with #FF012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF012A; }
p { color: rgb(255,1,42); }
H1.HeaderClassName
{
color: #FF012A;
}
.AnyTagClassName
{
color: #FF012A;
}
</style>
background-color css
<style>
a { background-color: #FF012A; }
a { background-color: rgb(255,1,42); }
div.DivClassName
{
background-color: #FF012A;
}
.BgClassName
{
background-color: #FF012A;
}
</style>
border-color css
<style>
span { border-color: #FF012A; }
span { border-color: rgb(255,1,42); }
td.TdClassName
{
border-color: #FF012A;
}
.TagClassName
{
border-color: #FF012A;
}
</style>