Shades of Torch Red #FE0030
Tints of Torch Red #FE0030
RGB
CMYK
RGB Variations
Color information
#FE0030 (or 0xFE0030) is known color: Torch Red. HEX triplet: FE, 00 and 30. RGB value is (254,0,48). Sum of RGB (Red+Green+Blue) = 254+0+48=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0030 is #01FFCF. Grayscale: #515151. Windows color (decimal): -131024 or 3145982. OLE color: 3145982.
HSL color Cylindrical-coordinate representation of color #FE0030: hue angle of 348.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0030 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.81 | 0.00 |
| HSL | 348.66º | 1% | 0.5% | - |
| HSV(B) | 348.66º | 1% | 1% | - |
| XYZ | 41.41 | 21.28 | 4.72 | - |
| YUV | 81.42 | 109.15 | 251.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 48 | 0 | 1 | 0.81 | 0.00 | 348.66 | 1 | 0.5 |
| Hex | FE | 0 | 30 | 0 | 64 | 51 | 0 | 15D | 64 | 32 |
| Octal | 376 | 0 | 60 | 0 | 144 | 121 | 0 | 535 | 144 | 62 |
| Binary | 11111110 | 0 | 110000 | 0 | 1100100 | 1010001 | 0 | 101011101 | 1100100 | 110010 |
Color Harmonies of #FE0030
Complementary color
Monochromatic Colors of #FE0030
Black with #FE0030
Text Example
Text Example
White with #FE0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0030; }
p { color: rgb(254,0,48); }
H1.HeaderClassName
{
color: #FE0030;
}
.AnyTagClassName
{
color: #FE0030;
}
</style>
background-color css
<style>
a { background-color: #FE0030; }
a { background-color: rgb(254,0,48); }
div.DivClassName
{
background-color: #FE0030;
}
.BgClassName
{
background-color: #FE0030;
}
</style>
border-color css
<style>
span { border-color: #FE0030; }
span { border-color: rgb(254,0,48); }
td.TdClassName
{
border-color: #FE0030;
}
.TagClassName
{
border-color: #FE0030;
}
</style>