Shades of Torch Red #FE222E
Tints of Torch Red #FE222E
RGB
CMYK
RGB Variations
Color information
#FE222E (or 0xFE222E) is known color: Torch Red. HEX triplet: FE, 22 and 2E. RGB value is (254,34,46). Sum of RGB (Red+Green+Blue) = 254+34+46=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE222E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE222E is #01DDD1. Grayscale: #656565. Windows color (decimal): -122322 or 3023614. OLE color: 3023614.
HSL color Cylindrical-coordinate representation of color #FE222E: hue angle of 356.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 #FE222E is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 46 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.00 |
| HSL | 356.73º | 0.99% | 0.56% | - |
| HSV(B) | 356.73º | 0.87% | 1% | - |
| XYZ | 41.94 | 22.41 | 4.7 | - |
| YUV | 101.15 | 96.89 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 46 | 0 | 0.87 | 0.82 | 0.00 | 356.73 | 0.99 | 0.56 |
| Hex | FE | 22 | 2E | 0 | 57 | 52 | 0 | 165 | 63 | 38 |
| Octal | 376 | 42 | 56 | 0 | 127 | 122 | 0 | 545 | 143 | 70 |
| Binary | 11111110 | 100010 | 101110 | 0 | 1010111 | 1010010 | 0 | 101100101 | 1100011 | 111000 |
Color Harmonies of #FE222E
Complementary color
Monochromatic Colors of #FE222E
Black with #FE222E
Text Example
Text Example
White with #FE222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE222E; }
p { color: rgb(254,34,46); }
H1.HeaderClassName
{
color: #FE222E;
}
.AnyTagClassName
{
color: #FE222E;
}
</style>
background-color css
<style>
a { background-color: #FE222E; }
a { background-color: rgb(254,34,46); }
div.DivClassName
{
background-color: #FE222E;
}
.BgClassName
{
background-color: #FE222E;
}
</style>
border-color css
<style>
span { border-color: #FE222E; }
span { border-color: rgb(254,34,46); }
td.TdClassName
{
border-color: #FE222E;
}
.TagClassName
{
border-color: #FE222E;
}
</style>