Shades of Torch Red #FE0F1C
Tints of Torch Red #FE0F1C
RGB
CMYK
RGB Variations
Color information
#FE0F1C (or 0xFE0F1C) is known color: Torch Red. HEX triplet: FE, 0F and 1C. RGB value is (254,15,28). Sum of RGB (Red+Green+Blue) = 254+15+28=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F1C is #01F0E3. Grayscale: #585858. Windows color (decimal): -127204 or 1839102. OLE color: 1839102.
HSL color Cylindrical-coordinate representation of color #FE0F1C: hue angle of 356.74º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0F1C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 28 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.00 |
| HSL | 356.74º | 0.99% | 0.53% | - |
| HSV(B) | 356.74º | 0.94% | 1% | - |
| XYZ | 41.25 | 21.5 | 3.07 | - |
| YUV | 87.94 | 94.18 | 246.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 28 | 0 | 0.94 | 0.89 | 0.00 | 356.74 | 0.99 | 0.53 |
| Hex | FE | F | 1C | 0 | 5E | 59 | 0 | 165 | 63 | 35 |
| Octal | 376 | 17 | 34 | 0 | 136 | 131 | 0 | 545 | 143 | 65 |
| Binary | 11111110 | 1111 | 11100 | 0 | 1011110 | 1011001 | 0 | 101100101 | 1100011 | 110101 |
Color Harmonies of #FE0F1C
Complementary color
Monochromatic Colors of #FE0F1C
Black with #FE0F1C
Text Example
Text Example
White with #FE0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F1C; }
p { color: rgb(254,15,28); }
H1.HeaderClassName
{
color: #FE0F1C;
}
.AnyTagClassName
{
color: #FE0F1C;
}
</style>
background-color css
<style>
a { background-color: #FE0F1C; }
a { background-color: rgb(254,15,28); }
div.DivClassName
{
background-color: #FE0F1C;
}
.BgClassName
{
background-color: #FE0F1C;
}
</style>
border-color css
<style>
span { border-color: #FE0F1C; }
span { border-color: rgb(254,15,28); }
td.TdClassName
{
border-color: #FE0F1C;
}
.TagClassName
{
border-color: #FE0F1C;
}
</style>