Shades of Torch Red #FE1C41
Tints of Torch Red #FE1C41
RGB
CMYK
RGB Variations
Color information
#FE1C41 (or 0xFE1C41) is known color: Torch Red. HEX triplet: FE, 1C and 41. RGB value is (254,28,65). Sum of RGB (Red+Green+Blue) = 254+28+65=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1C41 is #01E3BE. Grayscale: #636363. Windows color (decimal): -123839 or 4267262. OLE color: 4267262.
HSL color Cylindrical-coordinate representation of color #FE1C41: hue angle of 350.18º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1C41 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 65 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.00 |
| HSL | 350.18º | 0.99% | 0.55% | - |
| HSV(B) | 350.18º | 0.89% | 1% | - |
| XYZ | 42.24 | 22.28 | 7.08 | - |
| YUV | 99.79 | 108.37 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 65 | 0 | 0.89 | 0.74 | 0.00 | 350.18 | 0.99 | 0.55 |
| Hex | FE | 1C | 41 | 0 | 59 | 4A | 0 | 15E | 63 | 37 |
| Octal | 376 | 34 | 101 | 0 | 131 | 112 | 0 | 536 | 143 | 67 |
| Binary | 11111110 | 11100 | 1000001 | 0 | 1011001 | 1001010 | 0 | 101011110 | 1100011 | 110111 |
Color Harmonies of #FE1C41
Complementary color
Monochromatic Colors of #FE1C41
Black with #FE1C41
Text Example
Text Example
White with #FE1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1C41; }
p { color: rgb(254,28,65); }
H1.HeaderClassName
{
color: #FE1C41;
}
.AnyTagClassName
{
color: #FE1C41;
}
</style>
background-color css
<style>
a { background-color: #FE1C41; }
a { background-color: rgb(254,28,65); }
div.DivClassName
{
background-color: #FE1C41;
}
.BgClassName
{
background-color: #FE1C41;
}
</style>
border-color css
<style>
span { border-color: #FE1C41; }
span { border-color: rgb(254,28,65); }
td.TdClassName
{
border-color: #FE1C41;
}
.TagClassName
{
border-color: #FE1C41;
}
</style>