Shades of Torch Red #FD002B
Tints of Torch Red #FD002B
RGB
CMYK
RGB Variations
Color information
#FD002B (or 0xFD002B) is known color: Torch Red. HEX triplet: FD, 00 and 2B. RGB value is (253,0,43). Sum of RGB (Red+Green+Blue) = 253+0+43=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD002B is #02FFD4. Grayscale: #505050. Windows color (decimal): -196565 or 2818301. OLE color: 2818301.
HSL color Cylindrical-coordinate representation of color #FD002B: hue angle of 349.8º 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 #FD002B is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.83 | 0.01 |
| HSL | 349.8º | 1% | 0.5% | - |
| HSV(B) | 349.8º | 1% | 0.99% | - |
| XYZ | 40.94 | 21.06 | 4.19 | - |
| YUV | 80.55 | 106.82 | 251 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 43 | 0 | 1 | 0.83 | 0.01 | 349.8 | 1 | 0.5 |
| Hex | FD | 0 | 2B | 0 | 64 | 53 | 1 | 15E | 64 | 32 |
| Octal | 375 | 0 | 53 | 0 | 144 | 123 | 1 | 536 | 144 | 62 |
| Binary | 11111101 | 0 | 101011 | 0 | 1100100 | 1010011 | 1 | 101011110 | 1100100 | 110010 |
Color Harmonies of #FD002B
Complementary color
Monochromatic Colors of #FD002B
Black with #FD002B
Text Example
Text Example
White with #FD002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD002B; }
p { color: rgb(253,0,43); }
H1.HeaderClassName
{
color: #FD002B;
}
.AnyTagClassName
{
color: #FD002B;
}
</style>
background-color css
<style>
a { background-color: #FD002B; }
a { background-color: rgb(253,0,43); }
div.DivClassName
{
background-color: #FD002B;
}
.BgClassName
{
background-color: #FD002B;
}
</style>
border-color css
<style>
span { border-color: #FD002B; }
span { border-color: rgb(253,0,43); }
td.TdClassName
{
border-color: #FD002B;
}
.TagClassName
{
border-color: #FD002B;
}
</style>