Shades of Torch Red #FE2239
Tints of Torch Red #FE2239
RGB
CMYK
RGB Variations
Color information
#FE2239 (or 0xFE2239) is known color: Torch Red. HEX triplet: FE, 22 and 39. RGB value is (254,34,57). Sum of RGB (Red+Green+Blue) = 254+34+57=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2239 is #01DDC6. Grayscale: #666666. Windows color (decimal): -122311 or 3744510. OLE color: 3744510.
HSL color Cylindrical-coordinate representation of color #FE2239: hue angle of 353.73º 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 #FE2239 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 57 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.00 |
| HSL | 353.73º | 0.99% | 0.56% | - |
| HSV(B) | 353.73º | 0.87% | 1% | - |
| XYZ | 42.18 | 22.51 | 5.99 | - |
| YUV | 102.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 57 | 0 | 0.87 | 0.78 | 0.00 | 353.73 | 0.99 | 0.56 |
| Hex | FE | 22 | 39 | 0 | 57 | 4E | 0 | 162 | 63 | 38 |
| Octal | 376 | 42 | 71 | 0 | 127 | 116 | 0 | 542 | 143 | 70 |
| Binary | 11111110 | 100010 | 111001 | 0 | 1010111 | 1001110 | 0 | 101100010 | 1100011 | 111000 |
Color Harmonies of #FE2239
Complementary color
Monochromatic Colors of #FE2239
Black with #FE2239
Text Example
Text Example
White with #FE2239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2239; }
p { color: rgb(254,34,57); }
H1.HeaderClassName
{
color: #FE2239;
}
.AnyTagClassName
{
color: #FE2239;
}
</style>
background-color css
<style>
a { background-color: #FE2239; }
a { background-color: rgb(254,34,57); }
div.DivClassName
{
background-color: #FE2239;
}
.BgClassName
{
background-color: #FE2239;
}
</style>
border-color css
<style>
span { border-color: #FE2239; }
span { border-color: rgb(254,34,57); }
td.TdClassName
{
border-color: #FE2239;
}
.TagClassName
{
border-color: #FE2239;
}
</style>