Shades of Torch Red #FF0042
Tints of Torch Red #FF0042
RGB
CMYK
RGB Variations
Color information
#FF0042 (or 0xFF0042) is known color: Torch Red. HEX triplet: FF, 00 and 42. RGB value is (255,0,66). Sum of RGB (Red+Green+Blue) = 255+0+66=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0042 is #00FFBD. Grayscale: #535353. Windows color (decimal): -65470 or 4325631. OLE color: 4325631.
HSL color Cylindrical-coordinate representation of color #FF0042: hue angle of 344.47º 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 #FF0042 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.74 | 0 |
| HSL | 344.47º | 1% | 0.5% | - |
| HSV(B) | 344.47º | 1% | 1% | - |
| XYZ | 42.22 | 21.65 | 7.11 | - |
| YUV | 83.77 | 117.98 | 250.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 66 | 0 | 1 | 0.74 | 0 | 344.47 | 1 | 0.5 |
| Hex | FF | 0 | 42 | 0 | 64 | 4A | 0 | 158 | 64 | 32 |
| Octal | 377 | 0 | 102 | 0 | 144 | 112 | 0 | 530 | 144 | 62 |
| Binary | 11111111 | 0 | 1000010 | 0 | 1100100 | 1001010 | 0 | 101011000 | 1100100 | 110010 |
Color Harmonies of #FF0042
Complementary color
Monochromatic Colors of #FF0042
Black with #FF0042
Text Example
Text Example
White with #FF0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0042; }
p { color: rgb(255,0,66); }
H1.HeaderClassName
{
color: #FF0042;
}
.AnyTagClassName
{
color: #FF0042;
}
</style>
background-color css
<style>
a { background-color: #FF0042; }
a { background-color: rgb(255,0,66); }
div.DivClassName
{
background-color: #FF0042;
}
.BgClassName
{
background-color: #FF0042;
}
</style>
border-color css
<style>
span { border-color: #FF0042; }
span { border-color: rgb(255,0,66); }
td.TdClassName
{
border-color: #FF0042;
}
.TagClassName
{
border-color: #FF0042;
}
</style>