Shades of Torch Red #FE272B
Tints of Torch Red #FE272B
RGB
CMYK
RGB Variations
Color information
#FE272B (or 0xFE272B) is known color: Torch Red. HEX triplet: FE, 27 and 2B. RGB value is (254,39,43). Sum of RGB (Red+Green+Blue) = 254+39+43=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE272B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE272B is #01D8D4. Grayscale: #676767. Windows color (decimal): -121045 or 2828286. OLE color: 2828286.
HSL color Cylindrical-coordinate representation of color #FE272B: hue angle of 358.88º 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 #FE272B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 43 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.00 |
| HSL | 358.88º | 0.99% | 0.57% | - |
| HSV(B) | 358.88º | 0.85% | 1% | - |
| XYZ | 42.03 | 22.7 | 4.45 | - |
| YUV | 103.74 | 93.73 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 43 | 0 | 0.85 | 0.83 | 0.00 | 358.88 | 0.99 | 0.57 |
| Hex | FE | 27 | 2B | 0 | 55 | 53 | 0 | 167 | 63 | 39 |
| Octal | 376 | 47 | 53 | 0 | 125 | 123 | 0 | 547 | 143 | 71 |
| Binary | 11111110 | 100111 | 101011 | 0 | 1010101 | 1010011 | 0 | 101100111 | 1100011 | 111001 |
Color Harmonies of #FE272B
Complementary color
Monochromatic Colors of #FE272B
Black with #FE272B
Text Example
Text Example
White with #FE272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE272B; }
p { color: rgb(254,39,43); }
H1.HeaderClassName
{
color: #FE272B;
}
.AnyTagClassName
{
color: #FE272B;
}
</style>
background-color css
<style>
a { background-color: #FE272B; }
a { background-color: rgb(254,39,43); }
div.DivClassName
{
background-color: #FE272B;
}
.BgClassName
{
background-color: #FE272B;
}
</style>
border-color css
<style>
span { border-color: #FE272B; }
span { border-color: rgb(254,39,43); }
td.TdClassName
{
border-color: #FE272B;
}
.TagClassName
{
border-color: #FE272B;
}
</style>