Shades of Torch Red #FE0610
Tints of Torch Red #FE0610
RGB
CMYK
RGB Variations
Color information
#FE0610 (or 0xFE0610) is known color: Torch Red. HEX triplet: FE, 06 and 10. RGB value is (254,6,16). Sum of RGB (Red+Green+Blue) = 254+6+16=276 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.03% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0610 is #01F9EF. Grayscale: #515151. Windows color (decimal): -129520 or 1050366. OLE color: 1050366.
HSL color Cylindrical-coordinate representation of color #FE0610: hue angle of 357.58º 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 #FE0610 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 16 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.00 |
| HSL | 357.58º | 0.99% | 0.51% | - |
| HSV(B) | 357.58º | 0.98% | 1% | - |
| XYZ | 41.03 | 21.24 | 2.43 | - |
| YUV | 81.29 | 91.16 | 251.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 16 | 0 | 0.98 | 0.94 | 0.00 | 357.58 | 0.99 | 0.51 |
| Hex | FE | 6 | 10 | 0 | 62 | 5E | 0 | 166 | 63 | 33 |
| Octal | 376 | 6 | 20 | 0 | 142 | 136 | 0 | 546 | 143 | 63 |
| Binary | 11111110 | 110 | 10000 | 0 | 1100010 | 1011110 | 0 | 101100110 | 1100011 | 110011 |
Color Harmonies of #FE0610
Complementary color
Monochromatic Colors of #FE0610
Black with #FE0610
Text Example
Text Example
White with #FE0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0610; }
p { color: rgb(254,6,16); }
H1.HeaderClassName
{
color: #FE0610;
}
.AnyTagClassName
{
color: #FE0610;
}
</style>
background-color css
<style>
a { background-color: #FE0610; }
a { background-color: rgb(254,6,16); }
div.DivClassName
{
background-color: #FE0610;
}
.BgClassName
{
background-color: #FE0610;
}
</style>
border-color css
<style>
span { border-color: #FE0610; }
span { border-color: rgb(254,6,16); }
td.TdClassName
{
border-color: #FE0610;
}
.TagClassName
{
border-color: #FE0610;
}
</style>