Shades of Torch Red #FF0842
Tints of Torch Red #FF0842
RGB
CMYK
RGB Variations
Color information
#FF0842 (or 0xFF0842) is known color: Torch Red. HEX triplet: FF, 08 and 42. RGB value is (255,8,66). Sum of RGB (Red+Green+Blue) = 255+8+66=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0842 is #00F7BD. Grayscale: #585858. Windows color (decimal): -63422 or 4327679. OLE color: 4327679.
HSL color Cylindrical-coordinate representation of color #FF0842: hue angle of 345.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0842 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 66 | - |
| CMYK | 0 | 0.97 | 0.74 | 0 |
| HSL | 345.91º | 1% | 0.52% | - |
| HSV(B) | 345.91º | 0.97% | 1% | - |
| XYZ | 42.31 | 21.83 | 7.14 | - |
| YUV | 88.47 | 115.33 | 246.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 66 | 0 | 0.97 | 0.74 | 0 | 345.91 | 1 | 0.52 |
| Hex | FF | 8 | 42 | 0 | 61 | 4A | 0 | 15A | 64 | 34 |
| Octal | 377 | 10 | 102 | 0 | 141 | 112 | 0 | 532 | 144 | 64 |
| Binary | 11111111 | 1000 | 1000010 | 0 | 1100001 | 1001010 | 0 | 101011010 | 1100100 | 110100 |
Color Harmonies of #FF0842
Complementary color
Monochromatic Colors of #FF0842
Black with #FF0842
Text Example
Text Example
White with #FF0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0842; }
p { color: rgb(255,8,66); }
H1.HeaderClassName
{
color: #FF0842;
}
.AnyTagClassName
{
color: #FF0842;
}
</style>
background-color css
<style>
a { background-color: #FF0842; }
a { background-color: rgb(255,8,66); }
div.DivClassName
{
background-color: #FF0842;
}
.BgClassName
{
background-color: #FF0842;
}
</style>
border-color css
<style>
span { border-color: #FF0842; }
span { border-color: rgb(255,8,66); }
td.TdClassName
{
border-color: #FF0842;
}
.TagClassName
{
border-color: #FF0842;
}
</style>