Shades of Torch Red #FE2438
Tints of Torch Red #FE2438
RGB
CMYK
RGB Variations
Color information
#FE2438 (or 0xFE2438) is known color: Torch Red. HEX triplet: FE, 24 and 38. RGB value is (254,36,56). Sum of RGB (Red+Green+Blue) = 254+36+56=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2438 is #01DBC7. Grayscale: #676767. Windows color (decimal): -121800 or 3679486. OLE color: 3679486.
HSL color Cylindrical-coordinate representation of color #FE2438: hue angle of 354.5º 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 #FE2438 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 56 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.00 |
| HSL | 354.5º | 0.99% | 0.57% | - |
| HSV(B) | 354.5º | 0.86% | 1% | - |
| XYZ | 42.22 | 22.62 | 5.88 | - |
| YUV | 103.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 56 | 0 | 0.86 | 0.78 | 0.00 | 354.5 | 0.99 | 0.57 |
| Hex | FE | 24 | 38 | 0 | 56 | 4E | 0 | 162 | 63 | 39 |
| Octal | 376 | 44 | 70 | 0 | 126 | 116 | 0 | 542 | 143 | 71 |
| Binary | 11111110 | 100100 | 111000 | 0 | 1010110 | 1001110 | 0 | 101100010 | 1100011 | 111001 |
Color Harmonies of #FE2438
Complementary color
Monochromatic Colors of #FE2438
Black with #FE2438
Text Example
Text Example
White with #FE2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2438; }
p { color: rgb(254,36,56); }
H1.HeaderClassName
{
color: #FE2438;
}
.AnyTagClassName
{
color: #FE2438;
}
</style>
background-color css
<style>
a { background-color: #FE2438; }
a { background-color: rgb(254,36,56); }
div.DivClassName
{
background-color: #FE2438;
}
.BgClassName
{
background-color: #FE2438;
}
</style>
border-color css
<style>
span { border-color: #FE2438; }
span { border-color: rgb(254,36,56); }
td.TdClassName
{
border-color: #FE2438;
}
.TagClassName
{
border-color: #FE2438;
}
</style>