Shades of Torch Red #FF0542
Tints of Torch Red #FF0542
RGB
CMYK
RGB Variations
Color information
#FF0542 (or 0xFF0542) is known color: Torch Red. HEX triplet: FF, 05 and 42. RGB value is (255,5,66). Sum of RGB (Red+Green+Blue) = 255+5+66=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0542 is #00FABD. Grayscale: #565656. Windows color (decimal): -64190 or 4326911. OLE color: 4326911.
HSL color Cylindrical-coordinate representation of color #FF0542: hue angle of 345.36º 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 #FF0542 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 66 | - |
| CMYK | 0 | 0.98 | 0.74 | 0 |
| HSL | 345.36º | 1% | 0.51% | - |
| HSV(B) | 345.36º | 0.98% | 1% | - |
| XYZ | 42.28 | 21.76 | 7.13 | - |
| YUV | 86.7 | 116.33 | 248.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 66 | 0 | 0.98 | 0.74 | 0 | 345.36 | 1 | 0.51 |
| Hex | FF | 5 | 42 | 0 | 62 | 4A | 0 | 159 | 64 | 33 |
| Octal | 377 | 5 | 102 | 0 | 142 | 112 | 0 | 531 | 144 | 63 |
| Binary | 11111111 | 101 | 1000010 | 0 | 1100010 | 1001010 | 0 | 101011001 | 1100100 | 110011 |
Color Harmonies of #FF0542
Complementary color
Monochromatic Colors of #FF0542
Black with #FF0542
Text Example
Text Example
White with #FF0542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0542; }
p { color: rgb(255,5,66); }
H1.HeaderClassName
{
color: #FF0542;
}
.AnyTagClassName
{
color: #FF0542;
}
</style>
background-color css
<style>
a { background-color: #FF0542; }
a { background-color: rgb(255,5,66); }
div.DivClassName
{
background-color: #FF0542;
}
.BgClassName
{
background-color: #FF0542;
}
</style>
border-color css
<style>
span { border-color: #FF0542; }
span { border-color: rgb(255,5,66); }
td.TdClassName
{
border-color: #FF0542;
}
.TagClassName
{
border-color: #FF0542;
}
</style>