Shades of Torch Red #FE0B10
Tints of Torch Red #FE0B10
RGB
CMYK
RGB Variations
Color information
#FE0B10 (or 0xFE0B10) is known color: Torch Red. HEX triplet: FE, 0B and 10. RGB value is (254,11,16). Sum of RGB (Red+Green+Blue) = 254+11+16=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0B10 is #01F4EF. Grayscale: #545454. Windows color (decimal): -128240 or 1051646. OLE color: 1051646.
HSL color Cylindrical-coordinate representation of color #FE0B10: hue angle of 358.77º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0B10 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 16 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.00 |
| HSL | 358.77º | 0.99% | 0.52% | - |
| HSV(B) | 358.77º | 0.96% | 1% | - |
| XYZ | 41.09 | 21.35 | 2.45 | - |
| YUV | 84.23 | 89.51 | 249.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 16 | 0 | 0.96 | 0.94 | 0.00 | 358.77 | 0.99 | 0.52 |
| Hex | FE | B | 10 | 0 | 60 | 5E | 0 | 167 | 63 | 34 |
| Octal | 376 | 13 | 20 | 0 | 140 | 136 | 0 | 547 | 143 | 64 |
| Binary | 11111110 | 1011 | 10000 | 0 | 1100000 | 1011110 | 0 | 101100111 | 1100011 | 110100 |
Color Harmonies of #FE0B10
Complementary color
Monochromatic Colors of #FE0B10
Black with #FE0B10
Text Example
Text Example
White with #FE0B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B10; }
p { color: rgb(254,11,16); }
H1.HeaderClassName
{
color: #FE0B10;
}
.AnyTagClassName
{
color: #FE0B10;
}
</style>
background-color css
<style>
a { background-color: #FE0B10; }
a { background-color: rgb(254,11,16); }
div.DivClassName
{
background-color: #FE0B10;
}
.BgClassName
{
background-color: #FE0B10;
}
</style>
border-color css
<style>
span { border-color: #FE0B10; }
span { border-color: rgb(254,11,16); }
td.TdClassName
{
border-color: #FE0B10;
}
.TagClassName
{
border-color: #FE0B10;
}
</style>