Shades of Torch Red #FE091C
Tints of Torch Red #FE091C
RGB
CMYK
RGB Variations
Color information
#FE091C (or 0xFE091C) is known color: Torch Red. HEX triplet: FE, 09 and 1C. RGB value is (254,9,28). Sum of RGB (Red+Green+Blue) = 254+9+28=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE091C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE091C is #01F6E3. Grayscale: #545454. Windows color (decimal): -128740 or 1837566. OLE color: 1837566.
HSL color Cylindrical-coordinate representation of color #FE091C: hue angle of 355.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE091C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.00 |
| HSL | 355.35º | 0.99% | 0.52% | - |
| HSV(B) | 355.35º | 0.96% | 1% | - |
| XYZ | 41.18 | 21.35 | 3.05 | - |
| YUV | 84.42 | 96.17 | 248.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 28 | 0 | 0.96 | 0.89 | 0.00 | 355.35 | 0.99 | 0.52 |
| Hex | FE | 9 | 1C | 0 | 60 | 59 | 0 | 163 | 63 | 34 |
| Octal | 376 | 11 | 34 | 0 | 140 | 131 | 0 | 543 | 143 | 64 |
| Binary | 11111110 | 1001 | 11100 | 0 | 1100000 | 1011001 | 0 | 101100011 | 1100011 | 110100 |
Color Harmonies of #FE091C
Complementary color
Monochromatic Colors of #FE091C
Black with #FE091C
Text Example
Text Example
White with #FE091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE091C; }
p { color: rgb(254,9,28); }
H1.HeaderClassName
{
color: #FE091C;
}
.AnyTagClassName
{
color: #FE091C;
}
</style>
background-color css
<style>
a { background-color: #FE091C; }
a { background-color: rgb(254,9,28); }
div.DivClassName
{
background-color: #FE091C;
}
.BgClassName
{
background-color: #FE091C;
}
</style>
border-color css
<style>
span { border-color: #FE091C; }
span { border-color: rgb(254,9,28); }
td.TdClassName
{
border-color: #FE091C;
}
.TagClassName
{
border-color: #FE091C;
}
</style>