Shades of Torch Red #FE002B
Tints of Torch Red #FE002B
RGB
CMYK
RGB Variations
Color information
#FE002B (or 0xFE002B) is known color: Torch Red. HEX triplet: FE, 00 and 2B. RGB value is (254,0,43). Sum of RGB (Red+Green+Blue) = 254+0+43=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE002B is #01FFD4. Grayscale: #505050. Windows color (decimal): -131029 or 2818302. OLE color: 2818302.
HSL color Cylindrical-coordinate representation of color #FE002B: hue angle of 349.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE002B is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.83 | 0.00 |
| HSL | 349.84º | 1% | 0.5% | - |
| HSV(B) | 349.84º | 1% | 1% | - |
| XYZ | 41.31 | 21.25 | 4.21 | - |
| YUV | 80.85 | 106.65 | 251.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 43 | 0 | 1 | 0.83 | 0.00 | 349.84 | 1 | 0.5 |
| Hex | FE | 0 | 2B | 0 | 64 | 53 | 0 | 15E | 64 | 32 |
| Octal | 376 | 0 | 53 | 0 | 144 | 123 | 0 | 536 | 144 | 62 |
| Binary | 11111110 | 0 | 101011 | 0 | 1100100 | 1010011 | 0 | 101011110 | 1100100 | 110010 |
Color Harmonies of #FE002B
Complementary color
Monochromatic Colors of #FE002B
Black with #FE002B
Text Example
Text Example
White with #FE002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE002B; }
p { color: rgb(254,0,43); }
H1.HeaderClassName
{
color: #FE002B;
}
.AnyTagClassName
{
color: #FE002B;
}
</style>
background-color css
<style>
a { background-color: #FE002B; }
a { background-color: rgb(254,0,43); }
div.DivClassName
{
background-color: #FE002B;
}
.BgClassName
{
background-color: #FE002B;
}
</style>
border-color css
<style>
span { border-color: #FE002B; }
span { border-color: rgb(254,0,43); }
td.TdClassName
{
border-color: #FE002B;
}
.TagClassName
{
border-color: #FE002B;
}
</style>