Shades of Torch Red #FD002E
Tints of Torch Red #FD002E
RGB
CMYK
RGB Variations
Color information
#FD002E (or 0xFD002E) is known color: Torch Red. HEX triplet: FD, 00 and 2E. RGB value is (253,0,46). Sum of RGB (Red+Green+Blue) = 253+0+46=299 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.62% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 253 - color contains mainly: red. Hex color #FD002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD002E is #02FFD1. Grayscale: #505050. Windows color (decimal): -196562 or 3014909. OLE color: 3014909.
HSL color Cylindrical-coordinate representation of color #FD002E: hue angle of 349.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD002E is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.82 | 0.01 |
| HSL | 349.09º | 1% | 0.5% | - |
| HSV(B) | 349.09º | 1% | 0.99% | - |
| XYZ | 41 | 21.08 | 4.49 | - |
| YUV | 80.89 | 108.32 | 250.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 46 | 0 | 1 | 0.82 | 0.01 | 349.09 | 1 | 0.5 |
| Hex | FD | 0 | 2E | 0 | 64 | 52 | 1 | 15D | 64 | 32 |
| Octal | 375 | 0 | 56 | 0 | 144 | 122 | 1 | 535 | 144 | 62 |
| Binary | 11111101 | 0 | 101110 | 0 | 1100100 | 1010010 | 1 | 101011101 | 1100100 | 110010 |
Color Harmonies of #FD002E
Complementary color
Monochromatic Colors of #FD002E
Black with #FD002E
Text Example
Text Example
White with #FD002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD002E; }
p { color: rgb(253,0,46); }
H1.HeaderClassName
{
color: #FD002E;
}
.AnyTagClassName
{
color: #FD002E;
}
</style>
background-color css
<style>
a { background-color: #FD002E; }
a { background-color: rgb(253,0,46); }
div.DivClassName
{
background-color: #FD002E;
}
.BgClassName
{
background-color: #FD002E;
}
</style>
border-color css
<style>
span { border-color: #FD002E; }
span { border-color: rgb(253,0,46); }
td.TdClassName
{
border-color: #FD002E;
}
.TagClassName
{
border-color: #FD002E;
}
</style>