Shades of Torch Red #FD0003
Tints of Torch Red #FD0003
RGB
CMYK
RGB Variations
Color information
#FD0003 (or 0xFD0003) is known color: Torch Red. HEX triplet: FD, 00 and 03. RGB value is (253,0,3). Sum of RGB (Red+Green+Blue) = 253+0+3=256 (33% of max value = 765). Red value is 253 (99.22% from 255 or 98.83% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0003 is #02FFFC. Grayscale: #4C4C4C. Windows color (decimal): -196605 or 196861. OLE color: 196861.
HSL color Cylindrical-coordinate representation of color #FD0003: hue angle of 359.29º 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 #FD0003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.01 |
| HSL | 359.29º | 1% | 0.5% | - |
| HSV(B) | 359.29º | 1% | 0.99% | - |
| XYZ | 40.52 | 20.89 | 1.98 | - |
| YUV | 75.99 | 86.82 | 254.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 3 | 0 | 1 | 0.99 | 0.01 | 359.29 | 1 | 0.5 |
| Hex | FD | 0 | 3 | 0 | 64 | 63 | 1 | 167 | 64 | 32 |
| Octal | 375 | 0 | 3 | 0 | 144 | 143 | 1 | 547 | 144 | 62 |
| Binary | 11111101 | 0 | 11 | 0 | 1100100 | 1100011 | 1 | 101100111 | 1100100 | 110010 |
Color Harmonies of #FD0003
Complementary color
Monochromatic Colors of #FD0003
Black with #FD0003
Text Example
Text Example
White with #FD0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0003; }
p { color: rgb(253,0,3); }
H1.HeaderClassName
{
color: #FD0003;
}
.AnyTagClassName
{
color: #FD0003;
}
</style>
background-color css
<style>
a { background-color: #FD0003; }
a { background-color: rgb(253,0,3); }
div.DivClassName
{
background-color: #FD0003;
}
.BgClassName
{
background-color: #FD0003;
}
</style>
border-color css
<style>
span { border-color: #FD0003; }
span { border-color: rgb(253,0,3); }
td.TdClassName
{
border-color: #FD0003;
}
.TagClassName
{
border-color: #FD0003;
}
</style>