Shades of Torch Red #FE183F
Tints of Torch Red #FE183F
RGB
CMYK
RGB Variations
Color information
#FE183F (or 0xFE183F) is known color: Torch Red. HEX triplet: FE, 18 and 3F. RGB value is (254,24,63). Sum of RGB (Red+Green+Blue) = 254+24+63=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE183F is #01E7C0. Grayscale: #616161. Windows color (decimal): -124865 or 4135166. OLE color: 4135166.
HSL color Cylindrical-coordinate representation of color #FE183F: hue angle of 349.83º 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 #FE183F is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 63 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.00 |
| HSL | 349.83º | 0.99% | 0.55% | - |
| HSV(B) | 349.83º | 0.91% | 1% | - |
| XYZ | 42.1 | 22.08 | 6.75 | - |
| YUV | 97.22 | 108.7 | 239.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 63 | 0 | 0.91 | 0.75 | 0.00 | 349.83 | 0.99 | 0.55 |
| Hex | FE | 18 | 3F | 0 | 5B | 4B | 0 | 15E | 63 | 37 |
| Octal | 376 | 30 | 77 | 0 | 133 | 113 | 0 | 536 | 143 | 67 |
| Binary | 11111110 | 11000 | 111111 | 0 | 1011011 | 1001011 | 0 | 101011110 | 1100011 | 110111 |
Color Harmonies of #FE183F
Complementary color
Monochromatic Colors of #FE183F
Black with #FE183F
Text Example
Text Example
White with #FE183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE183F; }
p { color: rgb(254,24,63); }
H1.HeaderClassName
{
color: #FE183F;
}
.AnyTagClassName
{
color: #FE183F;
}
</style>
background-color css
<style>
a { background-color: #FE183F; }
a { background-color: rgb(254,24,63); }
div.DivClassName
{
background-color: #FE183F;
}
.BgClassName
{
background-color: #FE183F;
}
</style>
border-color css
<style>
span { border-color: #FE183F; }
span { border-color: rgb(254,24,63); }
td.TdClassName
{
border-color: #FE183F;
}
.TagClassName
{
border-color: #FE183F;
}
</style>