Shades of Torch Red #FE182D
Tints of Torch Red #FE182D
RGB
CMYK
RGB Variations
Color information
#FE182D (or 0xFE182D) is known color: Torch Red. HEX triplet: FE, 18 and 2D. RGB value is (254,24,45). Sum of RGB (Red+Green+Blue) = 254+24+45=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE182D is #01E7D2. Grayscale: #5F5F5F. Windows color (decimal): -124883 or 2955518. OLE color: 2955518.
HSL color Cylindrical-coordinate representation of color #FE182D: hue angle of 354.52º 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 #FE182D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.00 |
| HSL | 354.52º | 0.99% | 0.55% | - |
| HSV(B) | 354.52º | 0.91% | 1% | - |
| XYZ | 41.67 | 21.91 | 4.52 | - |
| YUV | 95.16 | 99.7 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 45 | 0 | 0.91 | 0.82 | 0.00 | 354.52 | 0.99 | 0.55 |
| Hex | FE | 18 | 2D | 0 | 5B | 52 | 0 | 163 | 63 | 37 |
| Octal | 376 | 30 | 55 | 0 | 133 | 122 | 0 | 543 | 143 | 67 |
| Binary | 11111110 | 11000 | 101101 | 0 | 1011011 | 1010010 | 0 | 101100011 | 1100011 | 110111 |
Color Harmonies of #FE182D
Complementary color
Monochromatic Colors of #FE182D
Black with #FE182D
Text Example
Text Example
White with #FE182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE182D; }
p { color: rgb(254,24,45); }
H1.HeaderClassName
{
color: #FE182D;
}
.AnyTagClassName
{
color: #FE182D;
}
</style>
background-color css
<style>
a { background-color: #FE182D; }
a { background-color: rgb(254,24,45); }
div.DivClassName
{
background-color: #FE182D;
}
.BgClassName
{
background-color: #FE182D;
}
</style>
border-color css
<style>
span { border-color: #FE182D; }
span { border-color: rgb(254,24,45); }
td.TdClassName
{
border-color: #FE182D;
}
.TagClassName
{
border-color: #FE182D;
}
</style>