Shades of Torch Red #FD003B
Tints of Torch Red #FD003B
RGB
CMYK
RGB Variations
Color information
#FD003B (or 0xFD003B) is known color: Torch Red. HEX triplet: FD, 00 and 3B. RGB value is (253,0,59). Sum of RGB (Red+Green+Blue) = 253+0+59=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD003B is #02FFC4. Grayscale: #525252. Windows color (decimal): -196549 or 3866877. OLE color: 3866877.
HSL color Cylindrical-coordinate representation of color #FD003B: hue angle of 346.01º 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 #FD003B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.77 | 0.01 |
| HSL | 346.01º | 1% | 0.5% | - |
| HSV(B) | 346.01º | 1% | 0.99% | - |
| XYZ | 41.3 | 21.2 | 6.05 | - |
| YUV | 82.37 | 114.82 | 249.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 59 | 0 | 1 | 0.77 | 0.01 | 346.01 | 1 | 0.5 |
| Hex | FD | 0 | 3B | 0 | 64 | 4D | 1 | 15A | 64 | 32 |
| Octal | 375 | 0 | 73 | 0 | 144 | 115 | 1 | 532 | 144 | 62 |
| Binary | 11111101 | 0 | 111011 | 0 | 1100100 | 1001101 | 1 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FD003B
Complementary color
Monochromatic Colors of #FD003B
Black with #FD003B
Text Example
Text Example
White with #FD003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD003B; }
p { color: rgb(253,0,59); }
H1.HeaderClassName
{
color: #FD003B;
}
.AnyTagClassName
{
color: #FD003B;
}
</style>
background-color css
<style>
a { background-color: #FD003B; }
a { background-color: rgb(253,0,59); }
div.DivClassName
{
background-color: #FD003B;
}
.BgClassName
{
background-color: #FD003B;
}
</style>
border-color css
<style>
span { border-color: #FD003B; }
span { border-color: rgb(253,0,59); }
td.TdClassName
{
border-color: #FD003B;
}
.TagClassName
{
border-color: #FD003B;
}
</style>