Shades of Torch Red #FE0A39
Tints of Torch Red #FE0A39
RGB
CMYK
RGB Variations
Color information
#FE0A39 (or 0xFE0A39) is known color: Torch Red. HEX triplet: FE, 0A and 39. RGB value is (254,10,57). Sum of RGB (Red+Green+Blue) = 254+10+57=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0A39 is #01F5C6. Grayscale: #585858. Windows color (decimal): -128455 or 3738366. OLE color: 3738366.
HSL color Cylindrical-coordinate representation of color #FE0A39: hue angle of 348.44º 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 #FE0A39 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 57 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.00 |
| HSL | 348.44º | 0.99% | 0.52% | - |
| HSV(B) | 348.44º | 0.96% | 1% | - |
| XYZ | 41.72 | 21.58 | 5.84 | - |
| YUV | 88.31 | 110.34 | 246.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 57 | 0 | 0.96 | 0.78 | 0.00 | 348.44 | 0.99 | 0.52 |
| Hex | FE | A | 39 | 0 | 60 | 4E | 0 | 15C | 63 | 34 |
| Octal | 376 | 12 | 71 | 0 | 140 | 116 | 0 | 534 | 143 | 64 |
| Binary | 11111110 | 1010 | 111001 | 0 | 1100000 | 1001110 | 0 | 101011100 | 1100011 | 110100 |
Color Harmonies of #FE0A39
Complementary color
Monochromatic Colors of #FE0A39
Black with #FE0A39
Text Example
Text Example
White with #FE0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A39; }
p { color: rgb(254,10,57); }
H1.HeaderClassName
{
color: #FE0A39;
}
.AnyTagClassName
{
color: #FE0A39;
}
</style>
background-color css
<style>
a { background-color: #FE0A39; }
a { background-color: rgb(254,10,57); }
div.DivClassName
{
background-color: #FE0A39;
}
.BgClassName
{
background-color: #FE0A39;
}
</style>
border-color css
<style>
span { border-color: #FE0A39; }
span { border-color: rgb(254,10,57); }
td.TdClassName
{
border-color: #FE0A39;
}
.TagClassName
{
border-color: #FE0A39;
}
</style>