Shades of Torch Red #FD003D
Tints of Torch Red #FD003D
RGB
CMYK
RGB Variations
Color information
#FD003D (or 0xFD003D) is known color: Torch Red. HEX triplet: FD, 00 and 3D. RGB value is (253,0,61). Sum of RGB (Red+Green+Blue) = 253+0+61=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD003D is #02FFC2. Grayscale: #525252. Windows color (decimal): -196547 or 3997949. OLE color: 3997949.
HSL color Cylindrical-coordinate representation of color #FD003D: hue angle of 345.53º 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 #FD003D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.76 | 0.01 |
| HSL | 345.53º | 1% | 0.5% | - |
| HSV(B) | 345.53º | 1% | 0.99% | - |
| XYZ | 41.35 | 21.22 | 6.33 | - |
| YUV | 82.6 | 115.82 | 249.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 61 | 0 | 1 | 0.76 | 0.01 | 345.53 | 1 | 0.5 |
| Hex | FD | 0 | 3D | 0 | 64 | 4C | 1 | 15A | 64 | 32 |
| Octal | 375 | 0 | 75 | 0 | 144 | 114 | 1 | 532 | 144 | 62 |
| Binary | 11111101 | 0 | 111101 | 0 | 1100100 | 1001100 | 1 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FD003D
Complementary color
Monochromatic Colors of #FD003D
Black with #FD003D
Text Example
Text Example
White with #FD003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD003D; }
p { color: rgb(253,0,61); }
H1.HeaderClassName
{
color: #FD003D;
}
.AnyTagClassName
{
color: #FD003D;
}
</style>
background-color css
<style>
a { background-color: #FD003D; }
a { background-color: rgb(253,0,61); }
div.DivClassName
{
background-color: #FD003D;
}
.BgClassName
{
background-color: #FD003D;
}
</style>
border-color css
<style>
span { border-color: #FD003D; }
span { border-color: rgb(253,0,61); }
td.TdClassName
{
border-color: #FD003D;
}
.TagClassName
{
border-color: #FD003D;
}
</style>