Shades of Torch Red #FE041C
Tints of Torch Red #FE041C
RGB
CMYK
RGB Variations
Color information
#FE041C (or 0xFE041C) is known color: Torch Red. HEX triplet: FE, 04 and 1C. RGB value is (254,4,28). Sum of RGB (Red+Green+Blue) = 254+4+28=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE041C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE041C is #01FBE3. Grayscale: #515151. Windows color (decimal): -130020 or 1836286. OLE color: 1836286.
HSL color Cylindrical-coordinate representation of color #FE041C: hue angle of 354.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE041C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.00 |
| HSL | 354.24º | 0.99% | 0.51% | - |
| HSV(B) | 354.24º | 0.98% | 1% | - |
| XYZ | 41.13 | 21.24 | 3.03 | - |
| YUV | 81.49 | 97.83 | 251.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 28 | 0 | 0.98 | 0.89 | 0.00 | 354.24 | 0.99 | 0.51 |
| Hex | FE | 4 | 1C | 0 | 62 | 59 | 0 | 162 | 63 | 33 |
| Octal | 376 | 4 | 34 | 0 | 142 | 131 | 0 | 542 | 143 | 63 |
| Binary | 11111110 | 100 | 11100 | 0 | 1100010 | 1011001 | 0 | 101100010 | 1100011 | 110011 |
Color Harmonies of #FE041C
Complementary color
Monochromatic Colors of #FE041C
Black with #FE041C
Text Example
Text Example
White with #FE041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE041C; }
p { color: rgb(254,4,28); }
H1.HeaderClassName
{
color: #FE041C;
}
.AnyTagClassName
{
color: #FE041C;
}
</style>
background-color css
<style>
a { background-color: #FE041C; }
a { background-color: rgb(254,4,28); }
div.DivClassName
{
background-color: #FE041C;
}
.BgClassName
{
background-color: #FE041C;
}
</style>
border-color css
<style>
span { border-color: #FE041C; }
span { border-color: rgb(254,4,28); }
td.TdClassName
{
border-color: #FE041C;
}
.TagClassName
{
border-color: #FE041C;
}
</style>