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