Shades of Torch Red #FE232C
Tints of Torch Red #FE232C
RGB
CMYK
RGB Variations
Color information
#FE232C (or 0xFE232C) is known color: Torch Red. HEX triplet: FE, 23 and 2C. RGB value is (254,35,44). Sum of RGB (Red+Green+Blue) = 254+35+44=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE232C is #01DCD3. Grayscale: #656565. Windows color (decimal): -122068 or 2892798. OLE color: 2892798.
HSL color Cylindrical-coordinate representation of color #FE232C: hue angle of 357.53º 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 #FE232C is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 44 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.00 |
| HSL | 357.53º | 0.99% | 0.57% | - |
| HSV(B) | 357.53º | 0.86% | 1% | - |
| XYZ | 41.93 | 22.45 | 4.51 | - |
| YUV | 101.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 44 | 0 | 0.86 | 0.83 | 0.00 | 357.53 | 0.99 | 0.57 |
| Hex | FE | 23 | 2C | 0 | 56 | 53 | 0 | 166 | 63 | 39 |
| Octal | 376 | 43 | 54 | 0 | 126 | 123 | 0 | 546 | 143 | 71 |
| Binary | 11111110 | 100011 | 101100 | 0 | 1010110 | 1010011 | 0 | 101100110 | 1100011 | 111001 |
Color Harmonies of #FE232C
Complementary color
Monochromatic Colors of #FE232C
Black with #FE232C
Text Example
Text Example
White with #FE232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE232C; }
p { color: rgb(254,35,44); }
H1.HeaderClassName
{
color: #FE232C;
}
.AnyTagClassName
{
color: #FE232C;
}
</style>
background-color css
<style>
a { background-color: #FE232C; }
a { background-color: rgb(254,35,44); }
div.DivClassName
{
background-color: #FE232C;
}
.BgClassName
{
background-color: #FE232C;
}
</style>
border-color css
<style>
span { border-color: #FE232C; }
span { border-color: rgb(254,35,44); }
td.TdClassName
{
border-color: #FE232C;
}
.TagClassName
{
border-color: #FE232C;
}
</style>