Shades of Torch Red #FE132C
Tints of Torch Red #FE132C
RGB
CMYK
RGB Variations
Color information
#FE132C (or 0xFE132C) is known color: Torch Red. HEX triplet: FE, 13 and 2C. RGB value is (254,19,44). Sum of RGB (Red+Green+Blue) = 254+19+44=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE132C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE132C is #01ECD3. Grayscale: #5C5C5C. Windows color (decimal): -126164 or 2888702. OLE color: 2888702.
HSL color Cylindrical-coordinate representation of color #FE132C: hue angle of 353.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE132C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 44 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.00 |
| HSL | 353.62º | 0.99% | 0.54% | - |
| HSV(B) | 353.62º | 0.93% | 1% | - |
| XYZ | 41.56 | 21.72 | 4.38 | - |
| YUV | 92.12 | 100.86 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 44 | 0 | 0.93 | 0.83 | 0.00 | 353.62 | 0.99 | 0.54 |
| Hex | FE | 13 | 2C | 0 | 5D | 53 | 0 | 162 | 63 | 36 |
| Octal | 376 | 23 | 54 | 0 | 135 | 123 | 0 | 542 | 143 | 66 |
| Binary | 11111110 | 10011 | 101100 | 0 | 1011101 | 1010011 | 0 | 101100010 | 1100011 | 110110 |
Color Harmonies of #FE132C
Complementary color
Monochromatic Colors of #FE132C
Black with #FE132C
Text Example
Text Example
White with #FE132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE132C; }
p { color: rgb(254,19,44); }
H1.HeaderClassName
{
color: #FE132C;
}
.AnyTagClassName
{
color: #FE132C;
}
</style>
background-color css
<style>
a { background-color: #FE132C; }
a { background-color: rgb(254,19,44); }
div.DivClassName
{
background-color: #FE132C;
}
.BgClassName
{
background-color: #FE132C;
}
</style>
border-color css
<style>
span { border-color: #FE132C; }
span { border-color: rgb(254,19,44); }
td.TdClassName
{
border-color: #FE132C;
}
.TagClassName
{
border-color: #FE132C;
}
</style>