Shades of Torch Red #FE2238
Tints of Torch Red #FE2238
RGB
CMYK
RGB Variations
Color information
#FE2238 (or 0xFE2238) is known color: Torch Red. HEX triplet: FE, 22 and 38. RGB value is (254,34,56). Sum of RGB (Red+Green+Blue) = 254+34+56=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2238 is #01DDC7. Grayscale: #666666. Windows color (decimal): -122312 or 3678974. OLE color: 3678974.
HSL color Cylindrical-coordinate representation of color #FE2238: hue angle of 354º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2238 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 56 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.00 |
| HSL | 354º | 0.99% | 0.56% | - |
| HSV(B) | 354º | 0.87% | 1% | - |
| XYZ | 42.16 | 22.5 | 5.86 | - |
| YUV | 102.29 | 101.89 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 56 | 0 | 0.87 | 0.78 | 0.00 | 354 | 0.99 | 0.56 |
| Hex | FE | 22 | 38 | 0 | 57 | 4E | 0 | 162 | 63 | 38 |
| Octal | 376 | 42 | 70 | 0 | 127 | 116 | 0 | 542 | 143 | 70 |
| Binary | 11111110 | 100010 | 111000 | 0 | 1010111 | 1001110 | 0 | 101100010 | 1100011 | 111000 |
Color Harmonies of #FE2238
Complementary color
Monochromatic Colors of #FE2238
Black with #FE2238
Text Example
Text Example
White with #FE2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2238; }
p { color: rgb(254,34,56); }
H1.HeaderClassName
{
color: #FE2238;
}
.AnyTagClassName
{
color: #FE2238;
}
</style>
background-color css
<style>
a { background-color: #FE2238; }
a { background-color: rgb(254,34,56); }
div.DivClassName
{
background-color: #FE2238;
}
.BgClassName
{
background-color: #FE2238;
}
</style>
border-color css
<style>
span { border-color: #FE2238; }
span { border-color: rgb(254,34,56); }
td.TdClassName
{
border-color: #FE2238;
}
.TagClassName
{
border-color: #FE2238;
}
</style>