Shades of Torch Red #FE1942
Tints of Torch Red #FE1942
RGB
CMYK
RGB Variations
Color information
#FE1942 (or 0xFE1942) is known color: Torch Red. HEX triplet: FE, 19 and 42. RGB value is (254,25,66). Sum of RGB (Red+Green+Blue) = 254+25+66=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1942 is #01E6BD. Grayscale: #626262. Windows color (decimal): -124606 or 4332030. OLE color: 4332030.
HSL color Cylindrical-coordinate representation of color #FE1942: hue angle of 349.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1942 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 66 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.00 |
| HSL | 349.26º | 0.99% | 0.55% | - |
| HSV(B) | 349.26º | 0.9% | 1% | - |
| XYZ | 42.2 | 22.16 | 7.21 | - |
| YUV | 98.15 | 109.87 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 66 | 0 | 0.90 | 0.74 | 0.00 | 349.26 | 0.99 | 0.55 |
| Hex | FE | 19 | 42 | 0 | 5A | 4A | 0 | 15D | 63 | 37 |
| Octal | 376 | 31 | 102 | 0 | 132 | 112 | 0 | 535 | 143 | 67 |
| Binary | 11111110 | 11001 | 1000010 | 0 | 1011010 | 1001010 | 0 | 101011101 | 1100011 | 110111 |
Color Harmonies of #FE1942
Complementary color
Monochromatic Colors of #FE1942
Black with #FE1942
Text Example
Text Example
White with #FE1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1942; }
p { color: rgb(254,25,66); }
H1.HeaderClassName
{
color: #FE1942;
}
.AnyTagClassName
{
color: #FE1942;
}
</style>
background-color css
<style>
a { background-color: #FE1942; }
a { background-color: rgb(254,25,66); }
div.DivClassName
{
background-color: #FE1942;
}
.BgClassName
{
background-color: #FE1942;
}
</style>
border-color css
<style>
span { border-color: #FE1942; }
span { border-color: rgb(254,25,66); }
td.TdClassName
{
border-color: #FE1942;
}
.TagClassName
{
border-color: #FE1942;
}
</style>