Shades of Torch Red #FE1822
Tints of Torch Red #FE1822
RGB
CMYK
RGB Variations
Color information
#FE1822 (or 0xFE1822) is known color: Torch Red. HEX triplet: FE, 18 and 22. RGB value is (254,24,34). Sum of RGB (Red+Green+Blue) = 254+24+34=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1822 is #01E7DD. Grayscale: #5E5E5E. Windows color (decimal): -124894 or 2234622. OLE color: 2234622.
HSL color Cylindrical-coordinate representation of color #FE1822: hue angle of 357.39º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1822 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 34 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.00 |
| HSL | 357.39º | 0.99% | 0.55% | - |
| HSV(B) | 357.39º | 0.91% | 1% | - |
| XYZ | 41.49 | 21.84 | 3.54 | - |
| YUV | 93.91 | 94.2 | 242.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 34 | 0 | 0.91 | 0.87 | 0.00 | 357.39 | 0.99 | 0.55 |
| Hex | FE | 18 | 22 | 0 | 5B | 57 | 0 | 165 | 63 | 37 |
| Octal | 376 | 30 | 42 | 0 | 133 | 127 | 0 | 545 | 143 | 67 |
| Binary | 11111110 | 11000 | 100010 | 0 | 1011011 | 1010111 | 0 | 101100101 | 1100011 | 110111 |
Color Harmonies of #FE1822
Complementary color
Monochromatic Colors of #FE1822
Black with #FE1822
Text Example
Text Example
White with #FE1822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1822; }
p { color: rgb(254,24,34); }
H1.HeaderClassName
{
color: #FE1822;
}
.AnyTagClassName
{
color: #FE1822;
}
</style>
background-color css
<style>
a { background-color: #FE1822; }
a { background-color: rgb(254,24,34); }
div.DivClassName
{
background-color: #FE1822;
}
.BgClassName
{
background-color: #FE1822;
}
</style>
border-color css
<style>
span { border-color: #FE1822; }
span { border-color: rgb(254,24,34); }
td.TdClassName
{
border-color: #FE1822;
}
.TagClassName
{
border-color: #FE1822;
}
</style>