Shades of Torch Red #FE272D
Tints of Torch Red #FE272D
RGB
CMYK
RGB Variations
Color information
#FE272D (or 0xFE272D) is known color: Torch Red. HEX triplet: FE, 27 and 2D. RGB value is (254,39,45). Sum of RGB (Red+Green+Blue) = 254+39+45=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE272D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE272D is #01D8D2. Grayscale: #686868. Windows color (decimal): -121043 or 2959358. OLE color: 2959358.
HSL color Cylindrical-coordinate representation of color #FE272D: hue angle of 358.33º 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 #FE272D is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 45 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.00 |
| HSL | 358.33º | 0.99% | 0.57% | - |
| HSV(B) | 358.33º | 0.85% | 1% | - |
| XYZ | 42.07 | 22.71 | 4.65 | - |
| YUV | 103.97 | 94.73 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 45 | 0 | 0.85 | 0.82 | 0.00 | 358.33 | 0.99 | 0.57 |
| Hex | FE | 27 | 2D | 0 | 55 | 52 | 0 | 166 | 63 | 39 |
| Octal | 376 | 47 | 55 | 0 | 125 | 122 | 0 | 546 | 143 | 71 |
| Binary | 11111110 | 100111 | 101101 | 0 | 1010101 | 1010010 | 0 | 101100110 | 1100011 | 111001 |
Color Harmonies of #FE272D
Complementary color
Monochromatic Colors of #FE272D
Black with #FE272D
Text Example
Text Example
White with #FE272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE272D; }
p { color: rgb(254,39,45); }
H1.HeaderClassName
{
color: #FE272D;
}
.AnyTagClassName
{
color: #FE272D;
}
</style>
background-color css
<style>
a { background-color: #FE272D; }
a { background-color: rgb(254,39,45); }
div.DivClassName
{
background-color: #FE272D;
}
.BgClassName
{
background-color: #FE272D;
}
</style>
border-color css
<style>
span { border-color: #FE272D; }
span { border-color: rgb(254,39,45); }
td.TdClassName
{
border-color: #FE272D;
}
.TagClassName
{
border-color: #FE272D;
}
</style>