Shades of Torch Red #FE1C31
Tints of Torch Red #FE1C31
RGB
CMYK
RGB Variations
Color information
#FE1C31 (or 0xFE1C31) is known color: Torch Red. HEX triplet: FE, 1C and 31. RGB value is (254,28,49). Sum of RGB (Red+Green+Blue) = 254+28+49=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1C31 is #01E3CE. Grayscale: #626262. Windows color (decimal): -123855 or 3218686. OLE color: 3218686.
HSL color Cylindrical-coordinate representation of color #FE1C31: hue angle of 354.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1C31 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 49 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.00 |
| HSL | 354.42º | 0.99% | 0.55% | - |
| HSV(B) | 354.42º | 0.89% | 1% | - |
| XYZ | 41.84 | 22.12 | 4.97 | - |
| YUV | 97.97 | 100.37 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 49 | 0 | 0.89 | 0.81 | 0.00 | 354.42 | 0.99 | 0.55 |
| Hex | FE | 1C | 31 | 0 | 59 | 51 | 0 | 162 | 63 | 37 |
| Octal | 376 | 34 | 61 | 0 | 131 | 121 | 0 | 542 | 143 | 67 |
| Binary | 11111110 | 11100 | 110001 | 0 | 1011001 | 1010001 | 0 | 101100010 | 1100011 | 110111 |
Color Harmonies of #FE1C31
Complementary color
Monochromatic Colors of #FE1C31
Black with #FE1C31
Text Example
Text Example
White with #FE1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1C31; }
p { color: rgb(254,28,49); }
H1.HeaderClassName
{
color: #FE1C31;
}
.AnyTagClassName
{
color: #FE1C31;
}
</style>
background-color css
<style>
a { background-color: #FE1C31; }
a { background-color: rgb(254,28,49); }
div.DivClassName
{
background-color: #FE1C31;
}
.BgClassName
{
background-color: #FE1C31;
}
</style>
border-color css
<style>
span { border-color: #FE1C31; }
span { border-color: rgb(254,28,49); }
td.TdClassName
{
border-color: #FE1C31;
}
.TagClassName
{
border-color: #FE1C31;
}
</style>