Shades of Torch Red #FE0A3C
Tints of Torch Red #FE0A3C
RGB
CMYK
RGB Variations
Color information
#FE0A3C (or 0xFE0A3C) is known color: Torch Red. HEX triplet: FE, 0A and 3C. RGB value is (254,10,60). Sum of RGB (Red+Green+Blue) = 254+10+60=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0A3C is #01F5C3. Grayscale: #585858. Windows color (decimal): -128452 or 3934974. OLE color: 3934974.
HSL color Cylindrical-coordinate representation of color #FE0A3C: hue angle of 347.7º 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 #FE0A3C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 60 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.00 |
| HSL | 347.7º | 0.99% | 0.52% | - |
| HSV(B) | 347.7º | 0.96% | 1% | - |
| XYZ | 41.8 | 21.61 | 6.24 | - |
| YUV | 88.66 | 111.84 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 60 | 0 | 0.96 | 0.76 | 0.00 | 347.7 | 0.99 | 0.52 |
| Hex | FE | A | 3C | 0 | 60 | 4C | 0 | 15C | 63 | 34 |
| Octal | 376 | 12 | 74 | 0 | 140 | 114 | 0 | 534 | 143 | 64 |
| Binary | 11111110 | 1010 | 111100 | 0 | 1100000 | 1001100 | 0 | 101011100 | 1100011 | 110100 |
Color Harmonies of #FE0A3C
Complementary color
Monochromatic Colors of #FE0A3C
Black with #FE0A3C
Text Example
Text Example
White with #FE0A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A3C; }
p { color: rgb(254,10,60); }
H1.HeaderClassName
{
color: #FE0A3C;
}
.AnyTagClassName
{
color: #FE0A3C;
}
</style>
background-color css
<style>
a { background-color: #FE0A3C; }
a { background-color: rgb(254,10,60); }
div.DivClassName
{
background-color: #FE0A3C;
}
.BgClassName
{
background-color: #FE0A3C;
}
</style>
border-color css
<style>
span { border-color: #FE0A3C; }
span { border-color: rgb(254,10,60); }
td.TdClassName
{
border-color: #FE0A3C;
}
.TagClassName
{
border-color: #FE0A3C;
}
</style>