Shades of Torch Red #FE002D
Tints of Torch Red #FE002D
RGB
CMYK
RGB Variations
Color information
#FE002D (or 0xFE002D) is known color: Torch Red. HEX triplet: FE, 00 and 2D. RGB value is (254,0,45). Sum of RGB (Red+Green+Blue) = 254+0+45=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE002D is #01FFD2. Grayscale: #515151. Windows color (decimal): -131027 or 2949374. OLE color: 2949374.
HSL color Cylindrical-coordinate representation of color #FE002D: hue angle of 349.37º 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 #FE002D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.82 | 0.00 |
| HSL | 349.37º | 1% | 0.5% | - |
| HSV(B) | 349.37º | 1% | 1% | - |
| XYZ | 41.35 | 21.26 | 4.41 | - |
| YUV | 81.08 | 107.65 | 251.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 45 | 0 | 1 | 0.82 | 0.00 | 349.37 | 1 | 0.5 |
| Hex | FE | 0 | 2D | 0 | 64 | 52 | 0 | 15D | 64 | 32 |
| Octal | 376 | 0 | 55 | 0 | 144 | 122 | 0 | 535 | 144 | 62 |
| Binary | 11111110 | 0 | 101101 | 0 | 1100100 | 1010010 | 0 | 101011101 | 1100100 | 110010 |
Color Harmonies of #FE002D
Complementary color
Monochromatic Colors of #FE002D
Black with #FE002D
Text Example
Text Example
White with #FE002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE002D; }
p { color: rgb(254,0,45); }
H1.HeaderClassName
{
color: #FE002D;
}
.AnyTagClassName
{
color: #FE002D;
}
</style>
background-color css
<style>
a { background-color: #FE002D; }
a { background-color: rgb(254,0,45); }
div.DivClassName
{
background-color: #FE002D;
}
.BgClassName
{
background-color: #FE002D;
}
</style>
border-color css
<style>
span { border-color: #FE002D; }
span { border-color: rgb(254,0,45); }
td.TdClassName
{
border-color: #FE002D;
}
.TagClassName
{
border-color: #FE002D;
}
</style>