Shades of Torch Red #FE0934
Tints of Torch Red #FE0934
RGB
CMYK
RGB Variations
Color information
#FE0934 (or 0xFE0934) is known color: Torch Red. HEX triplet: FE, 09 and 34. RGB value is (254,9,52). Sum of RGB (Red+Green+Blue) = 254+9+52=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0934 is #01F6CB. Grayscale: #575757. Windows color (decimal): -128716 or 3410430. OLE color: 3410430.
HSL color Cylindrical-coordinate representation of color #FE0934: hue angle of 349.47º 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 #FE0934 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.00 |
| HSL | 349.47º | 0.99% | 0.52% | - |
| HSV(B) | 349.47º | 0.96% | 1% | - |
| XYZ | 41.59 | 21.51 | 5.21 | - |
| YUV | 87.16 | 108.17 | 247 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 52 | 0 | 0.96 | 0.80 | 0.00 | 349.47 | 0.99 | 0.52 |
| Hex | FE | 9 | 34 | 0 | 60 | 50 | 0 | 15D | 63 | 34 |
| Octal | 376 | 11 | 64 | 0 | 140 | 120 | 0 | 535 | 143 | 64 |
| Binary | 11111110 | 1001 | 110100 | 0 | 1100000 | 1010000 | 0 | 101011101 | 1100011 | 110100 |
Color Harmonies of #FE0934
Complementary color
Monochromatic Colors of #FE0934
Black with #FE0934
Text Example
Text Example
White with #FE0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0934; }
p { color: rgb(254,9,52); }
H1.HeaderClassName
{
color: #FE0934;
}
.AnyTagClassName
{
color: #FE0934;
}
</style>
background-color css
<style>
a { background-color: #FE0934; }
a { background-color: rgb(254,9,52); }
div.DivClassName
{
background-color: #FE0934;
}
.BgClassName
{
background-color: #FE0934;
}
</style>
border-color css
<style>
span { border-color: #FE0934; }
span { border-color: rgb(254,9,52); }
td.TdClassName
{
border-color: #FE0934;
}
.TagClassName
{
border-color: #FE0934;
}
</style>