Shades of Torch Red #FE182F
Tints of Torch Red #FE182F
RGB
CMYK
RGB Variations
Color information
#FE182F (or 0xFE182F) is known color: Torch Red. HEX triplet: FE, 18 and 2F. RGB value is (254,24,47). Sum of RGB (Red+Green+Blue) = 254+24+47=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE182F is #01E7D0. Grayscale: #5F5F5F. Windows color (decimal): -124881 or 3086590. OLE color: 3086590.
HSL color Cylindrical-coordinate representation of color #FE182F: hue angle of 354º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE182F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.00 |
| HSL | 354º | 0.99% | 0.55% | - |
| HSV(B) | 354º | 0.91% | 1% | - |
| XYZ | 41.71 | 21.93 | 4.72 | - |
| YUV | 95.39 | 100.7 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 47 | 0 | 0.91 | 0.81 | 0.00 | 354 | 0.99 | 0.55 |
| Hex | FE | 18 | 2F | 0 | 5B | 51 | 0 | 162 | 63 | 37 |
| Octal | 376 | 30 | 57 | 0 | 133 | 121 | 0 | 542 | 143 | 67 |
| Binary | 11111110 | 11000 | 101111 | 0 | 1011011 | 1010001 | 0 | 101100010 | 1100011 | 110111 |
Color Harmonies of #FE182F
Complementary color
Monochromatic Colors of #FE182F
Black with #FE182F
Text Example
Text Example
White with #FE182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE182F; }
p { color: rgb(254,24,47); }
H1.HeaderClassName
{
color: #FE182F;
}
.AnyTagClassName
{
color: #FE182F;
}
</style>
background-color css
<style>
a { background-color: #FE182F; }
a { background-color: rgb(254,24,47); }
div.DivClassName
{
background-color: #FE182F;
}
.BgClassName
{
background-color: #FE182F;
}
</style>
border-color css
<style>
span { border-color: #FE182F; }
span { border-color: rgb(254,24,47); }
td.TdClassName
{
border-color: #FE182F;
}
.TagClassName
{
border-color: #FE182F;
}
</style>