Shades of Torch Red #FE1237
Tints of Torch Red #FE1237
RGB
CMYK
RGB Variations
Color information
#FE1237 (or 0xFE1237) is known color: Torch Red. HEX triplet: FE, 12 and 37. RGB value is (254,18,55). Sum of RGB (Red+Green+Blue) = 254+18+55=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1237 is #01EDC8. Grayscale: #5C5C5C. Windows color (decimal): -126409 or 3609342. OLE color: 3609342.
HSL color Cylindrical-coordinate representation of color #FE1237: hue angle of 350.59º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1237 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 55 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.00 |
| HSL | 350.59º | 0.99% | 0.53% | - |
| HSV(B) | 350.59º | 0.93% | 1% | - |
| XYZ | 41.78 | 21.78 | 5.62 | - |
| YUV | 92.78 | 106.69 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 55 | 0 | 0.93 | 0.78 | 0.00 | 350.59 | 0.99 | 0.53 |
| Hex | FE | 12 | 37 | 0 | 5D | 4E | 0 | 15F | 63 | 35 |
| Octal | 376 | 22 | 67 | 0 | 135 | 116 | 0 | 537 | 143 | 65 |
| Binary | 11111110 | 10010 | 110111 | 0 | 1011101 | 1001110 | 0 | 101011111 | 1100011 | 110101 |
Color Harmonies of #FE1237
Complementary color
Monochromatic Colors of #FE1237
Black with #FE1237
Text Example
Text Example
White with #FE1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1237; }
p { color: rgb(254,18,55); }
H1.HeaderClassName
{
color: #FE1237;
}
.AnyTagClassName
{
color: #FE1237;
}
</style>
background-color css
<style>
a { background-color: #FE1237; }
a { background-color: rgb(254,18,55); }
div.DivClassName
{
background-color: #FE1237;
}
.BgClassName
{
background-color: #FE1237;
}
</style>
border-color css
<style>
span { border-color: #FE1237; }
span { border-color: rgb(254,18,55); }
td.TdClassName
{
border-color: #FE1237;
}
.TagClassName
{
border-color: #FE1237;
}
</style>