Shades of Torch Red #FE061C
Tints of Torch Red #FE061C
RGB
CMYK
RGB Variations
Color information
#FE061C (or 0xFE061C) is known color: Torch Red. HEX triplet: FE, 06 and 1C. RGB value is (254,6,28). Sum of RGB (Red+Green+Blue) = 254+6+28=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE061C is #01F9E3. Grayscale: #525252. Windows color (decimal): -129508 or 1836798. OLE color: 1836798.
HSL color Cylindrical-coordinate representation of color #FE061C: hue angle of 354.68º 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 #FE061C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 28 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.00 |
| HSL | 354.68º | 0.99% | 0.51% | - |
| HSV(B) | 354.68º | 0.98% | 1% | - |
| XYZ | 41.15 | 21.28 | 3.04 | - |
| YUV | 82.66 | 97.16 | 250.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 28 | 0 | 0.98 | 0.89 | 0.00 | 354.68 | 0.99 | 0.51 |
| Hex | FE | 6 | 1C | 0 | 62 | 59 | 0 | 163 | 63 | 33 |
| Octal | 376 | 6 | 34 | 0 | 142 | 131 | 0 | 543 | 143 | 63 |
| Binary | 11111110 | 110 | 11100 | 0 | 1100010 | 1011001 | 0 | 101100011 | 1100011 | 110011 |
Color Harmonies of #FE061C
Complementary color
Monochromatic Colors of #FE061C
Black with #FE061C
Text Example
Text Example
White with #FE061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE061C; }
p { color: rgb(254,6,28); }
H1.HeaderClassName
{
color: #FE061C;
}
.AnyTagClassName
{
color: #FE061C;
}
</style>
background-color css
<style>
a { background-color: #FE061C; }
a { background-color: rgb(254,6,28); }
div.DivClassName
{
background-color: #FE061C;
}
.BgClassName
{
background-color: #FE061C;
}
</style>
border-color css
<style>
span { border-color: #FE061C; }
span { border-color: rgb(254,6,28); }
td.TdClassName
{
border-color: #FE061C;
}
.TagClassName
{
border-color: #FE061C;
}
</style>