Shades of Torch Red #FE272A
Tints of Torch Red #FE272A
RGB
CMYK
RGB Variations
Color information
#FE272A (or 0xFE272A) is known color: Torch Red. HEX triplet: FE, 27 and 2A. RGB value is (254,39,42). Sum of RGB (Red+Green+Blue) = 254+39+42=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE272A is #01D8D5. Grayscale: #676767. Windows color (decimal): -121046 or 2762750. OLE color: 2762750.
HSL color Cylindrical-coordinate representation of color #FE272A: hue angle of 359.16º 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 #FE272A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 42 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.00 |
| HSL | 359.16º | 0.99% | 0.57% | - |
| HSV(B) | 359.16º | 0.85% | 1% | - |
| XYZ | 42.02 | 22.69 | 4.36 | - |
| YUV | 103.63 | 93.23 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 42 | 0 | 0.85 | 0.83 | 0.00 | 359.16 | 0.99 | 0.57 |
| Hex | FE | 27 | 2A | 0 | 55 | 53 | 0 | 167 | 63 | 39 |
| Octal | 376 | 47 | 52 | 0 | 125 | 123 | 0 | 547 | 143 | 71 |
| Binary | 11111110 | 100111 | 101010 | 0 | 1010101 | 1010011 | 0 | 101100111 | 1100011 | 111001 |
Color Harmonies of #FE272A
Complementary color
Monochromatic Colors of #FE272A
Black with #FE272A
Text Example
Text Example
White with #FE272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE272A; }
p { color: rgb(254,39,42); }
H1.HeaderClassName
{
color: #FE272A;
}
.AnyTagClassName
{
color: #FE272A;
}
</style>
background-color css
<style>
a { background-color: #FE272A; }
a { background-color: rgb(254,39,42); }
div.DivClassName
{
background-color: #FE272A;
}
.BgClassName
{
background-color: #FE272A;
}
</style>
border-color css
<style>
span { border-color: #FE272A; }
span { border-color: rgb(254,39,42); }
td.TdClassName
{
border-color: #FE272A;
}
.TagClassName
{
border-color: #FE272A;
}
</style>