Shades of Torch Red #FE0935
Tints of Torch Red #FE0935
RGB
CMYK
RGB Variations
Color information
#FE0935 (or 0xFE0935) is known color: Torch Red. HEX triplet: FE, 09 and 35. RGB value is (254,9,53). Sum of RGB (Red+Green+Blue) = 254+9+53=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0935 is #01F6CA. Grayscale: #575757. Windows color (decimal): -128715 or 3475966. OLE color: 3475966.
HSL color Cylindrical-coordinate representation of color #FE0935: hue angle of 349.22º 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 #FE0935 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.00 |
| HSL | 349.22º | 0.99% | 0.52% | - |
| HSV(B) | 349.22º | 0.96% | 1% | - |
| XYZ | 41.61 | 21.52 | 5.33 | - |
| YUV | 87.27 | 108.67 | 246.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 53 | 0 | 0.96 | 0.79 | 0.00 | 349.22 | 0.99 | 0.52 |
| Hex | FE | 9 | 35 | 0 | 60 | 4F | 0 | 15D | 63 | 34 |
| Octal | 376 | 11 | 65 | 0 | 140 | 117 | 0 | 535 | 143 | 64 |
| Binary | 11111110 | 1001 | 110101 | 0 | 1100000 | 1001111 | 0 | 101011101 | 1100011 | 110100 |
Color Harmonies of #FE0935
Complementary color
Monochromatic Colors of #FE0935
Black with #FE0935
Text Example
Text Example
White with #FE0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0935; }
p { color: rgb(254,9,53); }
H1.HeaderClassName
{
color: #FE0935;
}
.AnyTagClassName
{
color: #FE0935;
}
</style>
background-color css
<style>
a { background-color: #FE0935; }
a { background-color: rgb(254,9,53); }
div.DivClassName
{
background-color: #FE0935;
}
.BgClassName
{
background-color: #FE0935;
}
</style>
border-color css
<style>
span { border-color: #FE0935; }
span { border-color: rgb(254,9,53); }
td.TdClassName
{
border-color: #FE0935;
}
.TagClassName
{
border-color: #FE0935;
}
</style>