Shades of Torch Red #FE0B2E
Tints of Torch Red #FE0B2E
RGB
CMYK
RGB Variations
Color information
#FE0B2E (or 0xFE0B2E) is known color: Torch Red. HEX triplet: FE, 0B and 2E. RGB value is (254,11,46). Sum of RGB (Red+Green+Blue) = 254+11+46=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0B2E is #01F4D1. Grayscale: #575757. Windows color (decimal): -128210 or 3017726. OLE color: 3017726.
HSL color Cylindrical-coordinate representation of color #FE0B2E: hue angle of 351.36º 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 #FE0B2E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 46 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.00 |
| HSL | 351.36º | 0.99% | 0.52% | - |
| HSV(B) | 351.36º | 0.96% | 1% | - |
| XYZ | 41.49 | 21.51 | 4.55 | - |
| YUV | 87.65 | 104.51 | 246.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 46 | 0 | 0.96 | 0.82 | 0.00 | 351.36 | 0.99 | 0.52 |
| Hex | FE | B | 2E | 0 | 60 | 52 | 0 | 15F | 63 | 34 |
| Octal | 376 | 13 | 56 | 0 | 140 | 122 | 0 | 537 | 143 | 64 |
| Binary | 11111110 | 1011 | 101110 | 0 | 1100000 | 1010010 | 0 | 101011111 | 1100011 | 110100 |
Color Harmonies of #FE0B2E
Complementary color
Monochromatic Colors of #FE0B2E
Black with #FE0B2E
Text Example
Text Example
White with #FE0B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B2E; }
p { color: rgb(254,11,46); }
H1.HeaderClassName
{
color: #FE0B2E;
}
.AnyTagClassName
{
color: #FE0B2E;
}
</style>
background-color css
<style>
a { background-color: #FE0B2E; }
a { background-color: rgb(254,11,46); }
div.DivClassName
{
background-color: #FE0B2E;
}
.BgClassName
{
background-color: #FE0B2E;
}
</style>
border-color css
<style>
span { border-color: #FE0B2E; }
span { border-color: rgb(254,11,46); }
td.TdClassName
{
border-color: #FE0B2E;
}
.TagClassName
{
border-color: #FE0B2E;
}
</style>