Shades of Torch Red #FE093E
Tints of Torch Red #FE093E
RGB
CMYK
RGB Variations
Color information
#FE093E (or 0xFE093E) is known color: Torch Red. HEX triplet: FE, 09 and 3E. RGB value is (254,9,62). Sum of RGB (Red+Green+Blue) = 254+9+62=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE093E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE093E is #01F6C1. Grayscale: #585858. Windows color (decimal): -128706 or 4065790. OLE color: 4065790.
HSL color Cylindrical-coordinate representation of color #FE093E: hue angle of 347.02º 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 #FE093E is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.00 |
| HSL | 347.02º | 0.99% | 0.52% | - |
| HSV(B) | 347.02º | 0.96% | 1% | - |
| XYZ | 41.84 | 21.61 | 6.52 | - |
| YUV | 88.3 | 113.17 | 246.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 62 | 0 | 0.96 | 0.76 | 0.00 | 347.02 | 0.99 | 0.52 |
| Hex | FE | 9 | 3E | 0 | 60 | 4C | 0 | 15B | 63 | 34 |
| Octal | 376 | 11 | 76 | 0 | 140 | 114 | 0 | 533 | 143 | 64 |
| Binary | 11111110 | 1001 | 111110 | 0 | 1100000 | 1001100 | 0 | 101011011 | 1100011 | 110100 |
Color Harmonies of #FE093E
Complementary color
Monochromatic Colors of #FE093E
Black with #FE093E
Text Example
Text Example
White with #FE093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE093E; }
p { color: rgb(254,9,62); }
H1.HeaderClassName
{
color: #FE093E;
}
.AnyTagClassName
{
color: #FE093E;
}
</style>
background-color css
<style>
a { background-color: #FE093E; }
a { background-color: rgb(254,9,62); }
div.DivClassName
{
background-color: #FE093E;
}
.BgClassName
{
background-color: #FE093E;
}
</style>
border-color css
<style>
span { border-color: #FE093E; }
span { border-color: rgb(254,9,62); }
td.TdClassName
{
border-color: #FE093E;
}
.TagClassName
{
border-color: #FE093E;
}
</style>