Shades of Torch Red #FE1442
Tints of Torch Red #FE1442
RGB
CMYK
RGB Variations
Color information
#FE1442 (or 0xFE1442) is known color: Torch Red. HEX triplet: FE, 14 and 42. RGB value is (254,20,66). Sum of RGB (Red+Green+Blue) = 254+20+66=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1442 is #01EBBD. Grayscale: #5F5F5F. Windows color (decimal): -125886 or 4330750. OLE color: 4330750.
HSL color Cylindrical-coordinate representation of color #FE1442: hue angle of 348.21º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1442 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 66 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.00 |
| HSL | 348.21º | 0.99% | 0.54% | - |
| HSV(B) | 348.21º | 0.92% | 1% | - |
| XYZ | 42.11 | 21.96 | 7.17 | - |
| YUV | 95.21 | 111.52 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 66 | 0 | 0.92 | 0.74 | 0.00 | 348.21 | 0.99 | 0.54 |
| Hex | FE | 14 | 42 | 0 | 5C | 4A | 0 | 15C | 63 | 36 |
| Octal | 376 | 24 | 102 | 0 | 134 | 112 | 0 | 534 | 143 | 66 |
| Binary | 11111110 | 10100 | 1000010 | 0 | 1011100 | 1001010 | 0 | 101011100 | 1100011 | 110110 |
Color Harmonies of #FE1442
Complementary color
Monochromatic Colors of #FE1442
Black with #FE1442
Text Example
Text Example
White with #FE1442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1442; }
p { color: rgb(254,20,66); }
H1.HeaderClassName
{
color: #FE1442;
}
.AnyTagClassName
{
color: #FE1442;
}
</style>
background-color css
<style>
a { background-color: #FE1442; }
a { background-color: rgb(254,20,66); }
div.DivClassName
{
background-color: #FE1442;
}
.BgClassName
{
background-color: #FE1442;
}
</style>
border-color css
<style>
span { border-color: #FE1442; }
span { border-color: rgb(254,20,66); }
td.TdClassName
{
border-color: #FE1442;
}
.TagClassName
{
border-color: #FE1442;
}
</style>