Shades of Torch Red #FF1C42
Tints of Torch Red #FF1C42
RGB
CMYK
RGB Variations
Color information
#FF1C42 (or 0xFF1C42) is known color: Torch Red. HEX triplet: FF, 1C and 42. RGB value is (255,28,66). Sum of RGB (Red+Green+Blue) = 255+28+66=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C42 is #00E3BD. Grayscale: #646464. Windows color (decimal): -58302 or 4332799. OLE color: 4332799.
HSL color Cylindrical-coordinate representation of color #FF1C42: hue angle of 349.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1C42 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 66 | - |
| CMYK | 0 | 0.89 | 0.74 | 0 |
| HSL | 349.96º | 1% | 0.55% | - |
| HSV(B) | 349.96º | 0.89% | 1% | - |
| XYZ | 42.64 | 22.48 | 7.25 | - |
| YUV | 100.21 | 108.71 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 66 | 0 | 0.89 | 0.74 | 0 | 349.96 | 1 | 0.55 |
| Hex | FF | 1C | 42 | 0 | 59 | 4A | 0 | 15E | 64 | 37 |
| Octal | 377 | 34 | 102 | 0 | 131 | 112 | 0 | 536 | 144 | 67 |
| Binary | 11111111 | 11100 | 1000010 | 0 | 1011001 | 1001010 | 0 | 101011110 | 1100100 | 110111 |
Color Harmonies of #FF1C42
Complementary color
Monochromatic Colors of #FF1C42
Black with #FF1C42
Text Example
Text Example
White with #FF1C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C42; }
p { color: rgb(255,28,66); }
H1.HeaderClassName
{
color: #FF1C42;
}
.AnyTagClassName
{
color: #FF1C42;
}
</style>
background-color css
<style>
a { background-color: #FF1C42; }
a { background-color: rgb(255,28,66); }
div.DivClassName
{
background-color: #FF1C42;
}
.BgClassName
{
background-color: #FF1C42;
}
</style>
border-color css
<style>
span { border-color: #FF1C42; }
span { border-color: rgb(255,28,66); }
td.TdClassName
{
border-color: #FF1C42;
}
.TagClassName
{
border-color: #FF1C42;
}
</style>