Shades of Torch Red #FD002F
Tints of Torch Red #FD002F
RGB
CMYK
RGB Variations
Color information
#FD002F (or 0xFD002F) is known color: Torch Red. HEX triplet: FD, 00 and 2F. RGB value is (253,0,47). Sum of RGB (Red+Green+Blue) = 253+0+47=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD002F is #02FFD0. Grayscale: #515151. Windows color (decimal): -196561 or 3080445. OLE color: 3080445.
HSL color Cylindrical-coordinate representation of color #FD002F: hue angle of 348.85º 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 #FD002F is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.81 | 0.01 |
| HSL | 348.85º | 1% | 0.5% | - |
| HSV(B) | 348.85º | 1% | 0.99% | - |
| XYZ | 41.02 | 21.09 | 4.6 | - |
| YUV | 81.01 | 108.82 | 250.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 47 | 0 | 1 | 0.81 | 0.01 | 348.85 | 1 | 0.5 |
| Hex | FD | 0 | 2F | 0 | 64 | 51 | 1 | 15D | 64 | 32 |
| Octal | 375 | 0 | 57 | 0 | 144 | 121 | 1 | 535 | 144 | 62 |
| Binary | 11111101 | 0 | 101111 | 0 | 1100100 | 1010001 | 1 | 101011101 | 1100100 | 110010 |
Color Harmonies of #FD002F
Complementary color
Monochromatic Colors of #FD002F
Black with #FD002F
Text Example
Text Example
White with #FD002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD002F; }
p { color: rgb(253,0,47); }
H1.HeaderClassName
{
color: #FD002F;
}
.AnyTagClassName
{
color: #FD002F;
}
</style>
background-color css
<style>
a { background-color: #FD002F; }
a { background-color: rgb(253,0,47); }
div.DivClassName
{
background-color: #FD002F;
}
.BgClassName
{
background-color: #FD002F;
}
</style>
border-color css
<style>
span { border-color: #FD002F; }
span { border-color: rgb(253,0,47); }
td.TdClassName
{
border-color: #FD002F;
}
.TagClassName
{
border-color: #FD002F;
}
</style>