Shades of Torch Red #FE232A
Tints of Torch Red #FE232A
RGB
CMYK
RGB Variations
Color information
#FE232A (or 0xFE232A) is known color: Torch Red. HEX triplet: FE, 23 and 2A. RGB value is (254,35,42). Sum of RGB (Red+Green+Blue) = 254+35+42=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE232A is #01DCD5. Grayscale: #656565. Windows color (decimal): -122070 or 2761726. OLE color: 2761726.
HSL color Cylindrical-coordinate representation of color #FE232A: hue angle of 358.08º 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 #FE232A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 42 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.00 |
| HSL | 358.08º | 0.99% | 0.57% | - |
| HSV(B) | 358.08º | 0.86% | 1% | - |
| XYZ | 41.89 | 22.44 | 4.31 | - |
| YUV | 101.28 | 94.55 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 42 | 0 | 0.86 | 0.83 | 0.00 | 358.08 | 0.99 | 0.57 |
| Hex | FE | 23 | 2A | 0 | 56 | 53 | 0 | 166 | 63 | 39 |
| Octal | 376 | 43 | 52 | 0 | 126 | 123 | 0 | 546 | 143 | 71 |
| Binary | 11111110 | 100011 | 101010 | 0 | 1010110 | 1010011 | 0 | 101100110 | 1100011 | 111001 |
Color Harmonies of #FE232A
Complementary color
Monochromatic Colors of #FE232A
Black with #FE232A
Text Example
Text Example
White with #FE232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE232A; }
p { color: rgb(254,35,42); }
H1.HeaderClassName
{
color: #FE232A;
}
.AnyTagClassName
{
color: #FE232A;
}
</style>
background-color css
<style>
a { background-color: #FE232A; }
a { background-color: rgb(254,35,42); }
div.DivClassName
{
background-color: #FE232A;
}
.BgClassName
{
background-color: #FE232A;
}
</style>
border-color css
<style>
span { border-color: #FE232A; }
span { border-color: rgb(254,35,42); }
td.TdClassName
{
border-color: #FE232A;
}
.TagClassName
{
border-color: #FE232A;
}
</style>