Shades of Torch Red #FE1F3C
Tints of Torch Red #FE1F3C
RGB
CMYK
RGB Variations
Color information
#FE1F3C (or 0xFE1F3C) is known color: Torch Red. HEX triplet: FE, 1F and 3C. RGB value is (254,31,60). Sum of RGB (Red+Green+Blue) = 254+31+60=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1F3C is #01E0C3. Grayscale: #656565. Windows color (decimal): -123076 or 3940350. OLE color: 3940350.
HSL color Cylindrical-coordinate representation of color #FE1F3C: hue angle of 352.2º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1F3C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 60 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.00 |
| HSL | 352.2º | 0.99% | 0.56% | - |
| HSV(B) | 352.2º | 0.88% | 1% | - |
| XYZ | 42.18 | 22.38 | 6.37 | - |
| YUV | 100.98 | 104.88 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 60 | 0 | 0.88 | 0.76 | 0.00 | 352.2 | 0.99 | 0.56 |
| Hex | FE | 1F | 3C | 0 | 58 | 4C | 0 | 160 | 63 | 38 |
| Octal | 376 | 37 | 74 | 0 | 130 | 114 | 0 | 540 | 143 | 70 |
| Binary | 11111110 | 11111 | 111100 | 0 | 1011000 | 1001100 | 0 | 101100000 | 1100011 | 111000 |
Color Harmonies of #FE1F3C
Complementary color
Monochromatic Colors of #FE1F3C
Black with #FE1F3C
Text Example
Text Example
White with #FE1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1F3C; }
p { color: rgb(254,31,60); }
H1.HeaderClassName
{
color: #FE1F3C;
}
.AnyTagClassName
{
color: #FE1F3C;
}
</style>
background-color css
<style>
a { background-color: #FE1F3C; }
a { background-color: rgb(254,31,60); }
div.DivClassName
{
background-color: #FE1F3C;
}
.BgClassName
{
background-color: #FE1F3C;
}
</style>
border-color css
<style>
span { border-color: #FE1F3C; }
span { border-color: rgb(254,31,60); }
td.TdClassName
{
border-color: #FE1F3C;
}
.TagClassName
{
border-color: #FE1F3C;
}
</style>