Shades of Torch Red #FF1C41
Tints of Torch Red #FF1C41
RGB
CMYK
RGB Variations
Color information
#FF1C41 (or 0xFF1C41) is known color: Torch Red. HEX triplet: FF, 1C and 41. RGB value is (255,28,65). Sum of RGB (Red+Green+Blue) = 255+28+65=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C41 is #00E3BE. Grayscale: #646464. Windows color (decimal): -58303 or 4267263. OLE color: 4267263.
HSL color Cylindrical-coordinate representation of color #FF1C41: hue angle of 350.22º 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 #FF1C41 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 65 | - |
| CMYK | 0 | 0.89 | 0.75 | 0 |
| HSL | 350.22º | 1% | 0.55% | - |
| HSV(B) | 350.22º | 0.89% | 1% | - |
| XYZ | 42.61 | 22.47 | 7.09 | - |
| YUV | 100.09 | 108.21 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 65 | 0 | 0.89 | 0.75 | 0 | 350.22 | 1 | 0.55 |
| Hex | FF | 1C | 41 | 0 | 59 | 4B | 0 | 15E | 64 | 37 |
| Octal | 377 | 34 | 101 | 0 | 131 | 113 | 0 | 536 | 144 | 67 |
| Binary | 11111111 | 11100 | 1000001 | 0 | 1011001 | 1001011 | 0 | 101011110 | 1100100 | 110111 |
Color Harmonies of #FF1C41
Complementary color
Monochromatic Colors of #FF1C41
Black with #FF1C41
Text Example
Text Example
White with #FF1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C41; }
p { color: rgb(255,28,65); }
H1.HeaderClassName
{
color: #FF1C41;
}
.AnyTagClassName
{
color: #FF1C41;
}
</style>
background-color css
<style>
a { background-color: #FF1C41; }
a { background-color: rgb(255,28,65); }
div.DivClassName
{
background-color: #FF1C41;
}
.BgClassName
{
background-color: #FF1C41;
}
</style>
border-color css
<style>
span { border-color: #FF1C41; }
span { border-color: rgb(255,28,65); }
td.TdClassName
{
border-color: #FF1C41;
}
.TagClassName
{
border-color: #FF1C41;
}
</style>