Shades of Torch Red #FE1637
Tints of Torch Red #FE1637
RGB
CMYK
RGB Variations
Color information
#FE1637 (or 0xFE1637) is known color: Torch Red. HEX triplet: FE, 16 and 37. RGB value is (254,22,55). Sum of RGB (Red+Green+Blue) = 254+22+55=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1637 is #01E9C8. Grayscale: #5F5F5F. Windows color (decimal): -125385 or 3610366. OLE color: 3610366.
HSL color Cylindrical-coordinate representation of color #FE1637: hue angle of 351.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1637 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 55 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.00 |
| HSL | 351.47º | 0.99% | 0.54% | - |
| HSV(B) | 351.47º | 0.91% | 1% | - |
| XYZ | 41.85 | 21.92 | 5.64 | - |
| YUV | 95.13 | 105.36 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 55 | 0 | 0.91 | 0.78 | 0.00 | 351.47 | 0.99 | 0.54 |
| Hex | FE | 16 | 37 | 0 | 5B | 4E | 0 | 15F | 63 | 36 |
| Octal | 376 | 26 | 67 | 0 | 133 | 116 | 0 | 537 | 143 | 66 |
| Binary | 11111110 | 10110 | 110111 | 0 | 1011011 | 1001110 | 0 | 101011111 | 1100011 | 110110 |
Color Harmonies of #FE1637
Complementary color
Monochromatic Colors of #FE1637
Black with #FE1637
Text Example
Text Example
White with #FE1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1637; }
p { color: rgb(254,22,55); }
H1.HeaderClassName
{
color: #FE1637;
}
.AnyTagClassName
{
color: #FE1637;
}
</style>
background-color css
<style>
a { background-color: #FE1637; }
a { background-color: rgb(254,22,55); }
div.DivClassName
{
background-color: #FE1637;
}
.BgClassName
{
background-color: #FE1637;
}
</style>
border-color css
<style>
span { border-color: #FE1637; }
span { border-color: rgb(254,22,55); }
td.TdClassName
{
border-color: #FE1637;
}
.TagClassName
{
border-color: #FE1637;
}
</style>