Shades of Torch Red #FE063F
Tints of Torch Red #FE063F
RGB
CMYK
RGB Variations
Color information
#FE063F (or 0xFE063F) is known color: Torch Red. HEX triplet: FE, 06 and 3F. RGB value is (254,6,63). Sum of RGB (Red+Green+Blue) = 254+6+63=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE063F is #01F9C0. Grayscale: #565656. Windows color (decimal): -129473 or 4130558. OLE color: 4130558.
HSL color Cylindrical-coordinate representation of color #FE063F: hue angle of 346.21º 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 #FE063F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 63 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.00 |
| HSL | 346.21º | 0.99% | 0.51% | - |
| HSV(B) | 346.21º | 0.98% | 1% | - |
| XYZ | 41.84 | 21.56 | 6.66 | - |
| YUV | 86.65 | 114.66 | 247.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 63 | 0 | 0.98 | 0.75 | 0.00 | 346.21 | 0.99 | 0.51 |
| Hex | FE | 6 | 3F | 0 | 62 | 4B | 0 | 15A | 63 | 33 |
| Octal | 376 | 6 | 77 | 0 | 142 | 113 | 0 | 532 | 143 | 63 |
| Binary | 11111110 | 110 | 111111 | 0 | 1100010 | 1001011 | 0 | 101011010 | 1100011 | 110011 |
Color Harmonies of #FE063F
Complementary color
Monochromatic Colors of #FE063F
Black with #FE063F
Text Example
Text Example
White with #FE063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE063F; }
p { color: rgb(254,6,63); }
H1.HeaderClassName
{
color: #FE063F;
}
.AnyTagClassName
{
color: #FE063F;
}
</style>
background-color css
<style>
a { background-color: #FE063F; }
a { background-color: rgb(254,6,63); }
div.DivClassName
{
background-color: #FE063F;
}
.BgClassName
{
background-color: #FE063F;
}
</style>
border-color css
<style>
span { border-color: #FE063F; }
span { border-color: rgb(254,6,63); }
td.TdClassName
{
border-color: #FE063F;
}
.TagClassName
{
border-color: #FE063F;
}
</style>