Shades of Torch Red #FE0427
Tints of Torch Red #FE0427
RGB
CMYK
RGB Variations
Color information
#FE0427 (or 0xFE0427) is known color: Torch Red. HEX triplet: FE, 04 and 27. RGB value is (254,4,39). Sum of RGB (Red+Green+Blue) = 254+4+39=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0427 is #01FBD8. Grayscale: #525252. Windows color (decimal): -130009 or 2557182. OLE color: 2557182.
HSL color Cylindrical-coordinate representation of color #FE0427: hue angle of 351.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0427 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 39 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.00 |
| HSL | 351.6º | 0.99% | 0.51% | - |
| HSV(B) | 351.6º | 0.98% | 1% | - |
| XYZ | 41.28 | 21.3 | 3.86 | - |
| YUV | 82.74 | 103.33 | 250.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 39 | 0 | 0.98 | 0.85 | 0.00 | 351.6 | 0.99 | 0.51 |
| Hex | FE | 4 | 27 | 0 | 62 | 55 | 0 | 160 | 63 | 33 |
| Octal | 376 | 4 | 47 | 0 | 142 | 125 | 0 | 540 | 143 | 63 |
| Binary | 11111110 | 100 | 100111 | 0 | 1100010 | 1010101 | 0 | 101100000 | 1100011 | 110011 |
Color Harmonies of #FE0427
Complementary color
Monochromatic Colors of #FE0427
Black with #FE0427
Text Example
Text Example
White with #FE0427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0427; }
p { color: rgb(254,4,39); }
H1.HeaderClassName
{
color: #FE0427;
}
.AnyTagClassName
{
color: #FE0427;
}
</style>
background-color css
<style>
a { background-color: #FE0427; }
a { background-color: rgb(254,4,39); }
div.DivClassName
{
background-color: #FE0427;
}
.BgClassName
{
background-color: #FE0427;
}
</style>
border-color css
<style>
span { border-color: #FE0427; }
span { border-color: rgb(254,4,39); }
td.TdClassName
{
border-color: #FE0427;
}
.TagClassName
{
border-color: #FE0427;
}
</style>