Shades of Torch Red #FE2737
Tints of Torch Red #FE2737
RGB
CMYK
RGB Variations
Color information
#FE2737 (or 0xFE2737) is known color: Torch Red. HEX triplet: FE, 27 and 37. RGB value is (254,39,55). Sum of RGB (Red+Green+Blue) = 254+39+55=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2737 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2737 is #01D8C8. Grayscale: #696969. Windows color (decimal): -121033 or 3614718. OLE color: 3614718.
HSL color Cylindrical-coordinate representation of color #FE2737: hue angle of 355.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2737 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 55 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.00 |
| HSL | 355.53º | 0.99% | 0.57% | - |
| HSV(B) | 355.53º | 0.85% | 1% | - |
| XYZ | 42.29 | 22.8 | 5.79 | - |
| YUV | 105.11 | 99.73 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 55 | 0 | 0.85 | 0.78 | 0.00 | 355.53 | 0.99 | 0.57 |
| Hex | FE | 27 | 37 | 0 | 55 | 4E | 0 | 164 | 63 | 39 |
| Octal | 376 | 47 | 67 | 0 | 125 | 116 | 0 | 544 | 143 | 71 |
| Binary | 11111110 | 100111 | 110111 | 0 | 1010101 | 1001110 | 0 | 101100100 | 1100011 | 111001 |
Color Harmonies of #FE2737
Complementary color
Monochromatic Colors of #FE2737
Black with #FE2737
Text Example
Text Example
White with #FE2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2737; }
p { color: rgb(254,39,55); }
H1.HeaderClassName
{
color: #FE2737;
}
.AnyTagClassName
{
color: #FE2737;
}
</style>
background-color css
<style>
a { background-color: #FE2737; }
a { background-color: rgb(254,39,55); }
div.DivClassName
{
background-color: #FE2737;
}
.BgClassName
{
background-color: #FE2737;
}
</style>
border-color css
<style>
span { border-color: #FE2737; }
span { border-color: rgb(254,39,55); }
td.TdClassName
{
border-color: #FE2737;
}
.TagClassName
{
border-color: #FE2737;
}
</style>