Shades of Torch Red #FE0930
Tints of Torch Red #FE0930
RGB
CMYK
RGB Variations
Color information
#FE0930 (or 0xFE0930) is known color: Torch Red. HEX triplet: FE, 09 and 30. RGB value is (254,9,48). Sum of RGB (Red+Green+Blue) = 254+9+48=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0930 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0930 is #01F6CF. Grayscale: #565656. Windows color (decimal): -128720 or 3148286. OLE color: 3148286.
HSL color Cylindrical-coordinate representation of color #FE0930: hue angle of 350.45º 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 #FE0930 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 48 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.00 |
| HSL | 350.45º | 0.99% | 0.52% | - |
| HSV(B) | 350.45º | 0.96% | 1% | - |
| XYZ | 41.5 | 21.48 | 4.75 | - |
| YUV | 86.7 | 106.17 | 247.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 48 | 0 | 0.96 | 0.81 | 0.00 | 350.45 | 0.99 | 0.52 |
| Hex | FE | 9 | 30 | 0 | 60 | 51 | 0 | 15E | 63 | 34 |
| Octal | 376 | 11 | 60 | 0 | 140 | 121 | 0 | 536 | 143 | 64 |
| Binary | 11111110 | 1001 | 110000 | 0 | 1100000 | 1010001 | 0 | 101011110 | 1100011 | 110100 |
Color Harmonies of #FE0930
Complementary color
Monochromatic Colors of #FE0930
Black with #FE0930
Text Example
Text Example
White with #FE0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0930; }
p { color: rgb(254,9,48); }
H1.HeaderClassName
{
color: #FE0930;
}
.AnyTagClassName
{
color: #FE0930;
}
</style>
background-color css
<style>
a { background-color: #FE0930; }
a { background-color: rgb(254,9,48); }
div.DivClassName
{
background-color: #FE0930;
}
.BgClassName
{
background-color: #FE0930;
}
</style>
border-color css
<style>
span { border-color: #FE0930; }
span { border-color: rgb(254,9,48); }
td.TdClassName
{
border-color: #FE0930;
}
.TagClassName
{
border-color: #FE0930;
}
</style>