Shades of Torch Red #FE2326
Tints of Torch Red #FE2326
RGB
CMYK
RGB Variations
Color information
#FE2326 (or 0xFE2326) is known color: Torch Red. HEX triplet: FE, 23 and 26. RGB value is (254,35,38). Sum of RGB (Red+Green+Blue) = 254+35+38=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2326 is #01DCD9. Grayscale: #656565. Windows color (decimal): -122074 or 2499582. OLE color: 2499582.
HSL color Cylindrical-coordinate representation of color #FE2326: hue angle of 359.18º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2326 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 38 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.00 |
| HSL | 359.18º | 0.99% | 0.57% | - |
| HSV(B) | 359.18º | 0.86% | 1% | - |
| XYZ | 41.82 | 22.41 | 3.96 | - |
| YUV | 100.82 | 92.55 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 38 | 0 | 0.86 | 0.85 | 0.00 | 359.18 | 0.99 | 0.57 |
| Hex | FE | 23 | 26 | 0 | 56 | 55 | 0 | 167 | 63 | 39 |
| Octal | 376 | 43 | 46 | 0 | 126 | 125 | 0 | 547 | 143 | 71 |
| Binary | 11111110 | 100011 | 100110 | 0 | 1010110 | 1010101 | 0 | 101100111 | 1100011 | 111001 |
Color Harmonies of #FE2326
Complementary color
Monochromatic Colors of #FE2326
Black with #FE2326
Text Example
Text Example
White with #FE2326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2326; }
p { color: rgb(254,35,38); }
H1.HeaderClassName
{
color: #FE2326;
}
.AnyTagClassName
{
color: #FE2326;
}
</style>
background-color css
<style>
a { background-color: #FE2326; }
a { background-color: rgb(254,35,38); }
div.DivClassName
{
background-color: #FE2326;
}
.BgClassName
{
background-color: #FE2326;
}
</style>
border-color css
<style>
span { border-color: #FE2326; }
span { border-color: rgb(254,35,38); }
td.TdClassName
{
border-color: #FE2326;
}
.TagClassName
{
border-color: #FE2326;
}
</style>