Shades of Torch Red #FE2038
Tints of Torch Red #FE2038
RGB
CMYK
RGB Variations
Color information
#FE2038 (or 0xFE2038) is known color: Torch Red. HEX triplet: FE, 20 and 38. RGB value is (254,32,56). Sum of RGB (Red+Green+Blue) = 254+32+56=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2038 is #01DFC7. Grayscale: #656565. Windows color (decimal): -122824 or 3678462. OLE color: 3678462.
HSL color Cylindrical-coordinate representation of color #FE2038: hue angle of 353.51º 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 #FE2038 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 56 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.00 |
| HSL | 353.51º | 0.99% | 0.56% | - |
| HSV(B) | 353.51º | 0.87% | 1% | - |
| XYZ | 42.1 | 22.39 | 5.84 | - |
| YUV | 101.11 | 102.55 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 56 | 0 | 0.87 | 0.78 | 0.00 | 353.51 | 0.99 | 0.56 |
| Hex | FE | 20 | 38 | 0 | 57 | 4E | 0 | 162 | 63 | 38 |
| Octal | 376 | 40 | 70 | 0 | 127 | 116 | 0 | 542 | 143 | 70 |
| Binary | 11111110 | 100000 | 111000 | 0 | 1010111 | 1001110 | 0 | 101100010 | 1100011 | 111000 |
Color Harmonies of #FE2038
Complementary color
Monochromatic Colors of #FE2038
Black with #FE2038
Text Example
Text Example
White with #FE2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2038; }
p { color: rgb(254,32,56); }
H1.HeaderClassName
{
color: #FE2038;
}
.AnyTagClassName
{
color: #FE2038;
}
</style>
background-color css
<style>
a { background-color: #FE2038; }
a { background-color: rgb(254,32,56); }
div.DivClassName
{
background-color: #FE2038;
}
.BgClassName
{
background-color: #FE2038;
}
</style>
border-color css
<style>
span { border-color: #FE2038; }
span { border-color: rgb(254,32,56); }
td.TdClassName
{
border-color: #FE2038;
}
.TagClassName
{
border-color: #FE2038;
}
</style>