Shades of Torch Red #FD0304
Tints of Torch Red #FD0304
RGB
CMYK
RGB Variations
Color information
#FD0304 (or 0xFD0304) is known color: Torch Red. HEX triplet: FD, 03 and 04. RGB value is (253,3,4). Sum of RGB (Red+Green+Blue) = 253+3+4=260 (34% of max value = 765). Red value is 253 (99.22% from 255 or 97.31% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0304 is #02FCFB. Grayscale: #4E4E4E. Windows color (decimal): -195836 or 263165. OLE color: 263165.
HSL color Cylindrical-coordinate representation of color #FD0304: hue angle of 359.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0304 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.01 |
| HSL | 359.76º | 0.98% | 0.5% | - |
| HSV(B) | 359.76º | 0.99% | 0.99% | - |
| XYZ | 40.56 | 20.96 | 2.02 | - |
| YUV | 77.86 | 86.33 | 252.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 4 | 0 | 0.99 | 0.98 | 0.01 | 359.76 | 0.98 | 0.5 |
| Hex | FD | 3 | 4 | 0 | 63 | 62 | 1 | 168 | 62 | 32 |
| Octal | 375 | 3 | 4 | 0 | 143 | 142 | 1 | 550 | 142 | 62 |
| Binary | 11111101 | 11 | 100 | 0 | 1100011 | 1100010 | 1 | 101101000 | 1100010 | 110010 |
Color Harmonies of #FD0304
Complementary color
Monochromatic Colors of #FD0304
Black with #FD0304
Text Example
Text Example
White with #FD0304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0304; }
p { color: rgb(253,3,4); }
H1.HeaderClassName
{
color: #FD0304;
}
.AnyTagClassName
{
color: #FD0304;
}
</style>
background-color css
<style>
a { background-color: #FD0304; }
a { background-color: rgb(253,3,4); }
div.DivClassName
{
background-color: #FD0304;
}
.BgClassName
{
background-color: #FD0304;
}
</style>
border-color css
<style>
span { border-color: #FD0304; }
span { border-color: rgb(253,3,4); }
td.TdClassName
{
border-color: #FD0304;
}
.TagClassName
{
border-color: #FD0304;
}
</style>