Shades of Torch Red #FE031F
Tints of Torch Red #FE031F
RGB
CMYK
RGB Variations
Color information
#FE031F (or 0xFE031F) is known color: Torch Red. HEX triplet: FE, 03 and 1F. RGB value is (254,3,31). Sum of RGB (Red+Green+Blue) = 254+3+31=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE031F is #01FCE0. Grayscale: #515151. Windows color (decimal): -130273 or 2032638. OLE color: 2032638.
HSL color Cylindrical-coordinate representation of color #FE031F: hue angle of 353.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE031F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.00 |
| HSL | 353.31º | 0.99% | 0.5% | - |
| HSV(B) | 353.31º | 0.99% | 1% | - |
| XYZ | 41.15 | 21.23 | 3.23 | - |
| YUV | 81.24 | 99.66 | 251.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 31 | 0 | 0.99 | 0.88 | 0.00 | 353.31 | 0.99 | 0.5 |
| Hex | FE | 3 | 1F | 0 | 63 | 58 | 0 | 161 | 63 | 32 |
| Octal | 376 | 3 | 37 | 0 | 143 | 130 | 0 | 541 | 143 | 62 |
| Binary | 11111110 | 11 | 11111 | 0 | 1100011 | 1011000 | 0 | 101100001 | 1100011 | 110010 |
Color Harmonies of #FE031F
Complementary color
Monochromatic Colors of #FE031F
Black with #FE031F
Text Example
Text Example
White with #FE031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE031F; }
p { color: rgb(254,3,31); }
H1.HeaderClassName
{
color: #FE031F;
}
.AnyTagClassName
{
color: #FE031F;
}
</style>
background-color css
<style>
a { background-color: #FE031F; }
a { background-color: rgb(254,3,31); }
div.DivClassName
{
background-color: #FE031F;
}
.BgClassName
{
background-color: #FE031F;
}
</style>
border-color css
<style>
span { border-color: #FE031F; }
span { border-color: rgb(254,3,31); }
td.TdClassName
{
border-color: #FE031F;
}
.TagClassName
{
border-color: #FE031F;
}
</style>