Shades of Torch Red #FE1231
Tints of Torch Red #FE1231
RGB
CMYK
RGB Variations
Color information
#FE1231 (or 0xFE1231) is known color: Torch Red. HEX triplet: FE, 12 and 31. RGB value is (254,18,49). Sum of RGB (Red+Green+Blue) = 254+18+49=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1231 is #01EDCE. Grayscale: #5C5C5C. Windows color (decimal): -126415 or 3216126. OLE color: 3216126.
HSL color Cylindrical-coordinate representation of color #FE1231: hue angle of 352.12º 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 #FE1231 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 49 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.00 |
| HSL | 352.12º | 0.99% | 0.53% | - |
| HSV(B) | 352.12º | 0.93% | 1% | - |
| XYZ | 41.64 | 21.73 | 4.9 | - |
| YUV | 92.1 | 103.69 | 243.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 49 | 0 | 0.93 | 0.81 | 0.00 | 352.12 | 0.99 | 0.53 |
| Hex | FE | 12 | 31 | 0 | 5D | 51 | 0 | 160 | 63 | 35 |
| Octal | 376 | 22 | 61 | 0 | 135 | 121 | 0 | 540 | 143 | 65 |
| Binary | 11111110 | 10010 | 110001 | 0 | 1011101 | 1010001 | 0 | 101100000 | 1100011 | 110101 |
Color Harmonies of #FE1231
Complementary color
Monochromatic Colors of #FE1231
Black with #FE1231
Text Example
Text Example
White with #FE1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1231; }
p { color: rgb(254,18,49); }
H1.HeaderClassName
{
color: #FE1231;
}
.AnyTagClassName
{
color: #FE1231;
}
</style>
background-color css
<style>
a { background-color: #FE1231; }
a { background-color: rgb(254,18,49); }
div.DivClassName
{
background-color: #FE1231;
}
.BgClassName
{
background-color: #FE1231;
}
</style>
border-color css
<style>
span { border-color: #FE1231; }
span { border-color: rgb(254,18,49); }
td.TdClassName
{
border-color: #FE1231;
}
.TagClassName
{
border-color: #FE1231;
}
</style>