Shades of Torch Red #FE0938
Tints of Torch Red #FE0938
RGB
CMYK
RGB Variations
Color information
#FE0938 (or 0xFE0938) is known color: Torch Red. HEX triplet: FE, 09 and 38. RGB value is (254,9,56). Sum of RGB (Red+Green+Blue) = 254+9+56=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0938 is #01F6C7. Grayscale: #575757. Windows color (decimal): -128712 or 3672574. OLE color: 3672574.
HSL color Cylindrical-coordinate representation of color #FE0938: hue angle of 348.49º 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 #FE0938 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.00 |
| HSL | 348.49º | 0.99% | 0.52% | - |
| HSV(B) | 348.49º | 0.96% | 1% | - |
| XYZ | 41.68 | 21.55 | 5.7 | - |
| YUV | 87.61 | 110.17 | 246.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 56 | 0 | 0.96 | 0.78 | 0.00 | 348.49 | 0.99 | 0.52 |
| Hex | FE | 9 | 38 | 0 | 60 | 4E | 0 | 15C | 63 | 34 |
| Octal | 376 | 11 | 70 | 0 | 140 | 116 | 0 | 534 | 143 | 64 |
| Binary | 11111110 | 1001 | 111000 | 0 | 1100000 | 1001110 | 0 | 101011100 | 1100011 | 110100 |
Color Harmonies of #FE0938
Complementary color
Monochromatic Colors of #FE0938
Black with #FE0938
Text Example
Text Example
White with #FE0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0938; }
p { color: rgb(254,9,56); }
H1.HeaderClassName
{
color: #FE0938;
}
.AnyTagClassName
{
color: #FE0938;
}
</style>
background-color css
<style>
a { background-color: #FE0938; }
a { background-color: rgb(254,9,56); }
div.DivClassName
{
background-color: #FE0938;
}
.BgClassName
{
background-color: #FE0938;
}
</style>
border-color css
<style>
span { border-color: #FE0938; }
span { border-color: rgb(254,9,56); }
td.TdClassName
{
border-color: #FE0938;
}
.TagClassName
{
border-color: #FE0938;
}
</style>