Shades of Torch Red #FE093D
Tints of Torch Red #FE093D
RGB
CMYK
RGB Variations
Color information
#FE093D (or 0xFE093D) is known color: Torch Red. HEX triplet: FE, 09 and 3D. RGB value is (254,9,61). Sum of RGB (Red+Green+Blue) = 254+9+61=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE093D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE093D is #01F6C2. Grayscale: #585858. Windows color (decimal): -128707 or 4000254. OLE color: 4000254.
HSL color Cylindrical-coordinate representation of color #FE093D: hue angle of 347.27º 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 #FE093D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.00 |
| HSL | 347.27º | 0.99% | 0.52% | - |
| HSV(B) | 347.27º | 0.96% | 1% | - |
| XYZ | 41.81 | 21.6 | 6.38 | - |
| YUV | 88.18 | 112.67 | 246.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 61 | 0 | 0.96 | 0.76 | 0.00 | 347.27 | 0.99 | 0.52 |
| Hex | FE | 9 | 3D | 0 | 60 | 4C | 0 | 15B | 63 | 34 |
| Octal | 376 | 11 | 75 | 0 | 140 | 114 | 0 | 533 | 143 | 64 |
| Binary | 11111110 | 1001 | 111101 | 0 | 1100000 | 1001100 | 0 | 101011011 | 1100011 | 110100 |
Color Harmonies of #FE093D
Complementary color
Monochromatic Colors of #FE093D
Black with #FE093D
Text Example
Text Example
White with #FE093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE093D; }
p { color: rgb(254,9,61); }
H1.HeaderClassName
{
color: #FE093D;
}
.AnyTagClassName
{
color: #FE093D;
}
</style>
background-color css
<style>
a { background-color: #FE093D; }
a { background-color: rgb(254,9,61); }
div.DivClassName
{
background-color: #FE093D;
}
.BgClassName
{
background-color: #FE093D;
}
</style>
border-color css
<style>
span { border-color: #FE093D; }
span { border-color: rgb(254,9,61); }
td.TdClassName
{
border-color: #FE093D;
}
.TagClassName
{
border-color: #FE093D;
}
</style>