Shades of Torch Red #FE242F
Tints of Torch Red #FE242F
RGB
CMYK
RGB Variations
Color information
#FE242F (or 0xFE242F) is known color: Torch Red. HEX triplet: FE, 24 and 2F. RGB value is (254,36,47). Sum of RGB (Red+Green+Blue) = 254+36+47=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE242F is #01DBD0. Grayscale: #666666. Windows color (decimal): -121809 or 3089662. OLE color: 3089662.
HSL color Cylindrical-coordinate representation of color #FE242F: hue angle of 356.97º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE242F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.00 |
| HSL | 356.97º | 0.99% | 0.57% | - |
| HSV(B) | 356.97º | 0.86% | 1% | - |
| XYZ | 42.02 | 22.54 | 4.83 | - |
| YUV | 102.44 | 96.72 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 47 | 0 | 0.86 | 0.81 | 0.00 | 356.97 | 0.99 | 0.57 |
| Hex | FE | 24 | 2F | 0 | 56 | 51 | 0 | 165 | 63 | 39 |
| Octal | 376 | 44 | 57 | 0 | 126 | 121 | 0 | 545 | 143 | 71 |
| Binary | 11111110 | 100100 | 101111 | 0 | 1010110 | 1010001 | 0 | 101100101 | 1100011 | 111001 |
Color Harmonies of #FE242F
Complementary color
Monochromatic Colors of #FE242F
Black with #FE242F
Text Example
Text Example
White with #FE242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE242F; }
p { color: rgb(254,36,47); }
H1.HeaderClassName
{
color: #FE242F;
}
.AnyTagClassName
{
color: #FE242F;
}
</style>
background-color css
<style>
a { background-color: #FE242F; }
a { background-color: rgb(254,36,47); }
div.DivClassName
{
background-color: #FE242F;
}
.BgClassName
{
background-color: #FE242F;
}
</style>
border-color css
<style>
span { border-color: #FE242F; }
span { border-color: rgb(254,36,47); }
td.TdClassName
{
border-color: #FE242F;
}
.TagClassName
{
border-color: #FE242F;
}
</style>