Shades of Torch Red #FF1542
Tints of Torch Red #FF1542
RGB
CMYK
RGB Variations
Color information
#FF1542 (or 0xFF1542) is known color: Torch Red. HEX triplet: FF, 15 and 42. RGB value is (255,21,66). Sum of RGB (Red+Green+Blue) = 255+21+66=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1542 is #00EABD. Grayscale: #606060. Windows color (decimal): -60094 or 4331007. OLE color: 4331007.
HSL color Cylindrical-coordinate representation of color #FF1542: hue angle of 348.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1542 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 66 | - |
| CMYK | 0 | 0.92 | 0.74 | 0 |
| HSL | 348.46º | 1% | 0.54% | - |
| HSV(B) | 348.46º | 0.92% | 1% | - |
| XYZ | 42.49 | 22.19 | 7.2 | - |
| YUV | 96.1 | 111.02 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 66 | 0 | 0.92 | 0.74 | 0 | 348.46 | 1 | 0.54 |
| Hex | FF | 15 | 42 | 0 | 5C | 4A | 0 | 15C | 64 | 36 |
| Octal | 377 | 25 | 102 | 0 | 134 | 112 | 0 | 534 | 144 | 66 |
| Binary | 11111111 | 10101 | 1000010 | 0 | 1011100 | 1001010 | 0 | 101011100 | 1100100 | 110110 |
Color Harmonies of #FF1542
Complementary color
Monochromatic Colors of #FF1542
Black with #FF1542
Text Example
Text Example
White with #FF1542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1542; }
p { color: rgb(255,21,66); }
H1.HeaderClassName
{
color: #FF1542;
}
.AnyTagClassName
{
color: #FF1542;
}
</style>
background-color css
<style>
a { background-color: #FF1542; }
a { background-color: rgb(255,21,66); }
div.DivClassName
{
background-color: #FF1542;
}
.BgClassName
{
background-color: #FF1542;
}
</style>
border-color css
<style>
span { border-color: #FF1542; }
span { border-color: rgb(255,21,66); }
td.TdClassName
{
border-color: #FF1542;
}
.TagClassName
{
border-color: #FF1542;
}
</style>