Shades of Torch Red #FE182C
Tints of Torch Red #FE182C
RGB
CMYK
RGB Variations
Color information
#FE182C (or 0xFE182C) is known color: Torch Red. HEX triplet: FE, 18 and 2C. RGB value is (254,24,44). Sum of RGB (Red+Green+Blue) = 254+24+44=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE182C is #01E7D3. Grayscale: #5F5F5F. Windows color (decimal): -124884 or 2889982. OLE color: 2889982.
HSL color Cylindrical-coordinate representation of color #FE182C: hue angle of 354.78º 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 #FE182C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 44 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.00 |
| HSL | 354.78º | 0.99% | 0.55% | - |
| HSV(B) | 354.78º | 0.91% | 1% | - |
| XYZ | 41.65 | 21.91 | 4.42 | - |
| YUV | 95.05 | 99.2 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 44 | 0 | 0.91 | 0.83 | 0.00 | 354.78 | 0.99 | 0.55 |
| Hex | FE | 18 | 2C | 0 | 5B | 53 | 0 | 163 | 63 | 37 |
| Octal | 376 | 30 | 54 | 0 | 133 | 123 | 0 | 543 | 143 | 67 |
| Binary | 11111110 | 11000 | 101100 | 0 | 1011011 | 1010011 | 0 | 101100011 | 1100011 | 110111 |
Color Harmonies of #FE182C
Complementary color
Monochromatic Colors of #FE182C
Black with #FE182C
Text Example
Text Example
White with #FE182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE182C; }
p { color: rgb(254,24,44); }
H1.HeaderClassName
{
color: #FE182C;
}
.AnyTagClassName
{
color: #FE182C;
}
</style>
background-color css
<style>
a { background-color: #FE182C; }
a { background-color: rgb(254,24,44); }
div.DivClassName
{
background-color: #FE182C;
}
.BgClassName
{
background-color: #FE182C;
}
</style>
border-color css
<style>
span { border-color: #FE182C; }
span { border-color: rgb(254,24,44); }
td.TdClassName
{
border-color: #FE182C;
}
.TagClassName
{
border-color: #FE182C;
}
</style>