Shades of Torch Red #FE132F
Tints of Torch Red #FE132F
RGB
CMYK
RGB Variations
Color information
#FE132F (or 0xFE132F) is known color: Torch Red. HEX triplet: FE, 13 and 2F. RGB value is (254,19,47). Sum of RGB (Red+Green+Blue) = 254+19+47=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE132F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE132F is #01ECD0. Grayscale: #5C5C5C. Windows color (decimal): -126161 or 3085310. OLE color: 3085310.
HSL color Cylindrical-coordinate representation of color #FE132F: hue angle of 352.85º 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 #FE132F is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 47 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.00 |
| HSL | 352.85º | 0.99% | 0.54% | - |
| HSV(B) | 352.85º | 0.93% | 1% | - |
| XYZ | 41.62 | 21.74 | 4.69 | - |
| YUV | 92.46 | 102.36 | 243.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 47 | 0 | 0.93 | 0.81 | 0.00 | 352.85 | 0.99 | 0.54 |
| Hex | FE | 13 | 2F | 0 | 5D | 51 | 0 | 161 | 63 | 36 |
| Octal | 376 | 23 | 57 | 0 | 135 | 121 | 0 | 541 | 143 | 66 |
| Binary | 11111110 | 10011 | 101111 | 0 | 1011101 | 1010001 | 0 | 101100001 | 1100011 | 110110 |
Color Harmonies of #FE132F
Complementary color
Monochromatic Colors of #FE132F
Black with #FE132F
Text Example
Text Example
White with #FE132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE132F; }
p { color: rgb(254,19,47); }
H1.HeaderClassName
{
color: #FE132F;
}
.AnyTagClassName
{
color: #FE132F;
}
</style>
background-color css
<style>
a { background-color: #FE132F; }
a { background-color: rgb(254,19,47); }
div.DivClassName
{
background-color: #FE132F;
}
.BgClassName
{
background-color: #FE132F;
}
</style>
border-color css
<style>
span { border-color: #FE132F; }
span { border-color: rgb(254,19,47); }
td.TdClassName
{
border-color: #FE132F;
}
.TagClassName
{
border-color: #FE132F;
}
</style>