Shades of Torch Red #FE223A
Tints of Torch Red #FE223A
RGB
CMYK
RGB Variations
Color information
#FE223A (or 0xFE223A) is known color: Torch Red. HEX triplet: FE, 22 and 3A. RGB value is (254,34,58). Sum of RGB (Red+Green+Blue) = 254+34+58=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE223A is #01DDC5. Grayscale: #666666. Windows color (decimal): -122310 or 3810046. OLE color: 3810046.
HSL color Cylindrical-coordinate representation of color #FE223A: hue angle of 353.45º 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 #FE223A is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 58 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.00 |
| HSL | 353.45º | 0.99% | 0.56% | - |
| HSV(B) | 353.45º | 0.87% | 1% | - |
| XYZ | 42.21 | 22.52 | 6.13 | - |
| YUV | 102.52 | 102.89 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 58 | 0 | 0.87 | 0.77 | 0.00 | 353.45 | 0.99 | 0.56 |
| Hex | FE | 22 | 3A | 0 | 57 | 4D | 0 | 161 | 63 | 38 |
| Octal | 376 | 42 | 72 | 0 | 127 | 115 | 0 | 541 | 143 | 70 |
| Binary | 11111110 | 100010 | 111010 | 0 | 1010111 | 1001101 | 0 | 101100001 | 1100011 | 111000 |
Color Harmonies of #FE223A
Complementary color
Monochromatic Colors of #FE223A
Black with #FE223A
Text Example
Text Example
White with #FE223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE223A; }
p { color: rgb(254,34,58); }
H1.HeaderClassName
{
color: #FE223A;
}
.AnyTagClassName
{
color: #FE223A;
}
</style>
background-color css
<style>
a { background-color: #FE223A; }
a { background-color: rgb(254,34,58); }
div.DivClassName
{
background-color: #FE223A;
}
.BgClassName
{
background-color: #FE223A;
}
</style>
border-color css
<style>
span { border-color: #FE223A; }
span { border-color: rgb(254,34,58); }
td.TdClassName
{
border-color: #FE223A;
}
.TagClassName
{
border-color: #FE223A;
}
</style>