Shades of Torch Red #FE063C
Tints of Torch Red #FE063C
RGB
CMYK
RGB Variations
Color information
#FE063C (or 0xFE063C) is known color: Torch Red. HEX triplet: FE, 06 and 3C. RGB value is (254,6,60). Sum of RGB (Red+Green+Blue) = 254+6+60=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE063C is #01F9C3. Grayscale: #565656. Windows color (decimal): -129476 or 3933950. OLE color: 3933950.
HSL color Cylindrical-coordinate representation of color #FE063C: hue angle of 346.94º 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 #FE063C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 60 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.00 |
| HSL | 346.94º | 0.99% | 0.51% | - |
| HSV(B) | 346.94º | 0.98% | 1% | - |
| XYZ | 41.75 | 21.53 | 6.23 | - |
| YUV | 86.31 | 113.16 | 247.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 60 | 0 | 0.98 | 0.76 | 0.00 | 346.94 | 0.99 | 0.51 |
| Hex | FE | 6 | 3C | 0 | 62 | 4C | 0 | 15B | 63 | 33 |
| Octal | 376 | 6 | 74 | 0 | 142 | 114 | 0 | 533 | 143 | 63 |
| Binary | 11111110 | 110 | 111100 | 0 | 1100010 | 1001100 | 0 | 101011011 | 1100011 | 110011 |
Color Harmonies of #FE063C
Complementary color
Monochromatic Colors of #FE063C
Black with #FE063C
Text Example
Text Example
White with #FE063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE063C; }
p { color: rgb(254,6,60); }
H1.HeaderClassName
{
color: #FE063C;
}
.AnyTagClassName
{
color: #FE063C;
}
</style>
background-color css
<style>
a { background-color: #FE063C; }
a { background-color: rgb(254,6,60); }
div.DivClassName
{
background-color: #FE063C;
}
.BgClassName
{
background-color: #FE063C;
}
</style>
border-color css
<style>
span { border-color: #FE063C; }
span { border-color: rgb(254,6,60); }
td.TdClassName
{
border-color: #FE063C;
}
.TagClassName
{
border-color: #FE063C;
}
</style>