Shades of Torch Red #FE003B
Tints of Torch Red #FE003B
RGB
CMYK
RGB Variations
Color information
#FE003B (or 0xFE003B) is known color: Torch Red. HEX triplet: FE, 00 and 3B. RGB value is (254,0,59). Sum of RGB (Red+Green+Blue) = 254+0+59=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE003B is #01FFC4. Grayscale: #525252. Windows color (decimal): -131013 or 3866878. OLE color: 3866878.
HSL color Cylindrical-coordinate representation of color #FE003B: hue angle of 346.06º 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 #FE003B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.77 | 0.00 |
| HSL | 346.06º | 1% | 0.5% | - |
| HSV(B) | 346.06º | 1% | 1% | - |
| XYZ | 41.66 | 21.39 | 6.07 | - |
| YUV | 82.67 | 114.65 | 250.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 59 | 0 | 1 | 0.77 | 0.00 | 346.06 | 1 | 0.5 |
| Hex | FE | 0 | 3B | 0 | 64 | 4D | 0 | 15A | 64 | 32 |
| Octal | 376 | 0 | 73 | 0 | 144 | 115 | 0 | 532 | 144 | 62 |
| Binary | 11111110 | 0 | 111011 | 0 | 1100100 | 1001101 | 0 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FE003B
Complementary color
Monochromatic Colors of #FE003B
Black with #FE003B
Text Example
Text Example
White with #FE003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE003B; }
p { color: rgb(254,0,59); }
H1.HeaderClassName
{
color: #FE003B;
}
.AnyTagClassName
{
color: #FE003B;
}
</style>
background-color css
<style>
a { background-color: #FE003B; }
a { background-color: rgb(254,0,59); }
div.DivClassName
{
background-color: #FE003B;
}
.BgClassName
{
background-color: #FE003B;
}
</style>
border-color css
<style>
span { border-color: #FE003B; }
span { border-color: rgb(254,0,59); }
td.TdClassName
{
border-color: #FE003B;
}
.TagClassName
{
border-color: #FE003B;
}
</style>