Shades of Torch Red #FF0442
Tints of Torch Red #FF0442
RGB
CMYK
RGB Variations
Color information
#FF0442 (or 0xFF0442) is known color: Torch Red. HEX triplet: FF, 04 and 42. RGB value is (255,4,66). Sum of RGB (Red+Green+Blue) = 255+4+66=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0442 is #00FBBD. Grayscale: #565656. Windows color (decimal): -64446 or 4326655. OLE color: 4326655.
HSL color Cylindrical-coordinate representation of color #FF0442: hue angle of 345.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0442 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.74 | 0 |
| HSL | 345.18º | 1% | 0.51% | - |
| HSV(B) | 345.18º | 0.98% | 1% | - |
| XYZ | 42.27 | 21.74 | 7.12 | - |
| YUV | 86.12 | 116.66 | 248.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 66 | 0 | 0.98 | 0.74 | 0 | 345.18 | 1 | 0.51 |
| Hex | FF | 4 | 42 | 0 | 62 | 4A | 0 | 159 | 64 | 33 |
| Octal | 377 | 4 | 102 | 0 | 142 | 112 | 0 | 531 | 144 | 63 |
| Binary | 11111111 | 100 | 1000010 | 0 | 1100010 | 1001010 | 0 | 101011001 | 1100100 | 110011 |
Color Harmonies of #FF0442
Complementary color
Monochromatic Colors of #FF0442
Black with #FF0442
Text Example
Text Example
White with #FF0442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0442; }
p { color: rgb(255,4,66); }
H1.HeaderClassName
{
color: #FF0442;
}
.AnyTagClassName
{
color: #FF0442;
}
</style>
background-color css
<style>
a { background-color: #FF0442; }
a { background-color: rgb(255,4,66); }
div.DivClassName
{
background-color: #FF0442;
}
.BgClassName
{
background-color: #FF0442;
}
</style>
border-color css
<style>
span { border-color: #FF0442; }
span { border-color: rgb(255,4,66); }
td.TdClassName
{
border-color: #FF0442;
}
.TagClassName
{
border-color: #FF0442;
}
</style>