Shades of Torch Red #FF0142
Tints of Torch Red #FF0142
RGB
CMYK
RGB Variations
Color information
#FF0142 (or 0xFF0142) is known color: Torch Red. HEX triplet: FF, 01 and 42. RGB value is (255,1,66). Sum of RGB (Red+Green+Blue) = 255+1+66=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0142 is #00FEBD. Grayscale: #545454. Windows color (decimal): -65214 or 4325887. OLE color: 4325887.
HSL color Cylindrical-coordinate representation of color #FF0142: hue angle of 344.65º 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 #FF0142 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.74 | 0 |
| HSL | 344.65º | 1% | 0.5% | - |
| HSV(B) | 344.65º | 1% | 1% | - |
| XYZ | 42.23 | 21.68 | 7.11 | - |
| YUV | 84.36 | 117.65 | 249.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 66 | 0 | 1.00 | 0.74 | 0 | 344.65 | 1 | 0.5 |
| Hex | FF | 1 | 42 | 0 | 64 | 4A | 0 | 159 | 64 | 32 |
| Octal | 377 | 1 | 102 | 0 | 144 | 112 | 0 | 531 | 144 | 62 |
| Binary | 11111111 | 1 | 1000010 | 0 | 1100100 | 1001010 | 0 | 101011001 | 1100100 | 110010 |
Color Harmonies of #FF0142
Complementary color
Monochromatic Colors of #FF0142
Black with #FF0142
Text Example
Text Example
White with #FF0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0142; }
p { color: rgb(255,1,66); }
H1.HeaderClassName
{
color: #FF0142;
}
.AnyTagClassName
{
color: #FF0142;
}
</style>
background-color css
<style>
a { background-color: #FF0142; }
a { background-color: rgb(255,1,66); }
div.DivClassName
{
background-color: #FF0142;
}
.BgClassName
{
background-color: #FF0142;
}
</style>
border-color css
<style>
span { border-color: #FF0142; }
span { border-color: rgb(255,1,66); }
td.TdClassName
{
border-color: #FF0142;
}
.TagClassName
{
border-color: #FF0142;
}
</style>