Shades of Torch Red #FE003F
Tints of Torch Red #FE003F
RGB
CMYK
RGB Variations
Color information
#FE003F (or 0xFE003F) is known color: Torch Red. HEX triplet: FE, 00 and 3F. RGB value is (254,0,63). Sum of RGB (Red+Green+Blue) = 254+0+63=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE003F is #01FFC0. Grayscale: #535353. Windows color (decimal): -131009 or 4129022. OLE color: 4129022.
HSL color Cylindrical-coordinate representation of color #FE003F: hue angle of 345.12º 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 #FE003F is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.75 | 0.00 |
| HSL | 345.12º | 1% | 0.5% | - |
| HSV(B) | 345.12º | 1% | 1% | - |
| XYZ | 41.77 | 21.43 | 6.64 | - |
| YUV | 83.13 | 116.65 | 249.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 63 | 0 | 1 | 0.75 | 0.00 | 345.12 | 1 | 0.5 |
| Hex | FE | 0 | 3F | 0 | 64 | 4B | 0 | 159 | 64 | 32 |
| Octal | 376 | 0 | 77 | 0 | 144 | 113 | 0 | 531 | 144 | 62 |
| Binary | 11111110 | 0 | 111111 | 0 | 1100100 | 1001011 | 0 | 101011001 | 1100100 | 110010 |
Color Harmonies of #FE003F
Complementary color
Monochromatic Colors of #FE003F
Black with #FE003F
Text Example
Text Example
White with #FE003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE003F; }
p { color: rgb(254,0,63); }
H1.HeaderClassName
{
color: #FE003F;
}
.AnyTagClassName
{
color: #FE003F;
}
</style>
background-color css
<style>
a { background-color: #FE003F; }
a { background-color: rgb(254,0,63); }
div.DivClassName
{
background-color: #FE003F;
}
.BgClassName
{
background-color: #FE003F;
}
</style>
border-color css
<style>
span { border-color: #FE003F; }
span { border-color: rgb(254,0,63); }
td.TdClassName
{
border-color: #FE003F;
}
.TagClassName
{
border-color: #FE003F;
}
</style>