Shades of Torch Red #FE222D
Tints of Torch Red #FE222D
RGB
CMYK
RGB Variations
Color information
#FE222D (or 0xFE222D) is known color: Torch Red. HEX triplet: FE, 22 and 2D. RGB value is (254,34,45). Sum of RGB (Red+Green+Blue) = 254+34+45=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE222D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE222D is #01DDD2. Grayscale: #656565. Windows color (decimal): -122323 or 2958078. OLE color: 2958078.
HSL color Cylindrical-coordinate representation of color #FE222D: hue angle of 357º 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 #FE222D is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 45 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.00 |
| HSL | 357º | 0.99% | 0.56% | - |
| HSV(B) | 357º | 0.87% | 1% | - |
| XYZ | 41.92 | 22.4 | 4.6 | - |
| YUV | 101.03 | 96.39 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 45 | 0 | 0.87 | 0.82 | 0.00 | 357 | 0.99 | 0.56 |
| Hex | FE | 22 | 2D | 0 | 57 | 52 | 0 | 165 | 63 | 38 |
| Octal | 376 | 42 | 55 | 0 | 127 | 122 | 0 | 545 | 143 | 70 |
| Binary | 11111110 | 100010 | 101101 | 0 | 1010111 | 1010010 | 0 | 101100101 | 1100011 | 111000 |
Color Harmonies of #FE222D
Complementary color
Monochromatic Colors of #FE222D
Black with #FE222D
Text Example
Text Example
White with #FE222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE222D; }
p { color: rgb(254,34,45); }
H1.HeaderClassName
{
color: #FE222D;
}
.AnyTagClassName
{
color: #FE222D;
}
</style>
background-color css
<style>
a { background-color: #FE222D; }
a { background-color: rgb(254,34,45); }
div.DivClassName
{
background-color: #FE222D;
}
.BgClassName
{
background-color: #FE222D;
}
</style>
border-color css
<style>
span { border-color: #FE222D; }
span { border-color: rgb(254,34,45); }
td.TdClassName
{
border-color: #FE222D;
}
.TagClassName
{
border-color: #FE222D;
}
</style>