Shades of Torch Red #FE0B1C
Tints of Torch Red #FE0B1C
RGB
CMYK
RGB Variations
Color information
#FE0B1C (or 0xFE0B1C) is known color: Torch Red. HEX triplet: FE, 0B and 1C. RGB value is (254,11,28). Sum of RGB (Red+Green+Blue) = 254+11+28=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0B1C is #01F4E3. Grayscale: #555555. Windows color (decimal): -128228 or 1838078. OLE color: 1838078.
HSL color Cylindrical-coordinate representation of color #FE0B1C: hue angle of 355.8º 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 #FE0B1C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 28 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.00 |
| HSL | 355.8º | 0.99% | 0.52% | - |
| HSV(B) | 355.8º | 0.96% | 1% | - |
| XYZ | 41.2 | 21.39 | 3.06 | - |
| YUV | 85.6 | 95.51 | 248.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 28 | 0 | 0.96 | 0.89 | 0.00 | 355.8 | 0.99 | 0.52 |
| Hex | FE | B | 1C | 0 | 60 | 59 | 0 | 164 | 63 | 34 |
| Octal | 376 | 13 | 34 | 0 | 140 | 131 | 0 | 544 | 143 | 64 |
| Binary | 11111110 | 1011 | 11100 | 0 | 1100000 | 1011001 | 0 | 101100100 | 1100011 | 110100 |
Color Harmonies of #FE0B1C
Complementary color
Monochromatic Colors of #FE0B1C
Black with #FE0B1C
Text Example
Text Example
White with #FE0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B1C; }
p { color: rgb(254,11,28); }
H1.HeaderClassName
{
color: #FE0B1C;
}
.AnyTagClassName
{
color: #FE0B1C;
}
</style>
background-color css
<style>
a { background-color: #FE0B1C; }
a { background-color: rgb(254,11,28); }
div.DivClassName
{
background-color: #FE0B1C;
}
.BgClassName
{
background-color: #FE0B1C;
}
</style>
border-color css
<style>
span { border-color: #FE0B1C; }
span { border-color: rgb(254,11,28); }
td.TdClassName
{
border-color: #FE0B1C;
}
.TagClassName
{
border-color: #FE0B1C;
}
</style>