Shades of Torch Red #FD0610
Tints of Torch Red #FD0610
RGB
CMYK
RGB Variations
Color information
#FD0610 (or 0xFD0610) is known color: Torch Red. HEX triplet: FD, 06 and 10. RGB value is (253,6,16). Sum of RGB (Red+Green+Blue) = 253+6+16=275 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0610 is #02F9EF. Grayscale: #515151. Windows color (decimal): -195056 or 1050365. OLE color: 1050365.
HSL color Cylindrical-coordinate representation of color #FD0610: hue angle of 357.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0610 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 16 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.01 |
| HSL | 357.57º | 0.98% | 0.51% | - |
| HSV(B) | 357.57º | 0.98% | 0.99% | - |
| XYZ | 40.67 | 21.05 | 2.41 | - |
| YUV | 80.99 | 91.33 | 250.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 16 | 0 | 0.98 | 0.94 | 0.01 | 357.57 | 0.98 | 0.51 |
| Hex | FD | 6 | 10 | 0 | 62 | 5E | 1 | 166 | 62 | 33 |
| Octal | 375 | 6 | 20 | 0 | 142 | 136 | 1 | 546 | 142 | 63 |
| Binary | 11111101 | 110 | 10000 | 0 | 1100010 | 1011110 | 1 | 101100110 | 1100010 | 110011 |
Color Harmonies of #FD0610
Complementary color
Monochromatic Colors of #FD0610
Black with #FD0610
Text Example
Text Example
White with #FD0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0610; }
p { color: rgb(253,6,16); }
H1.HeaderClassName
{
color: #FD0610;
}
.AnyTagClassName
{
color: #FD0610;
}
</style>
background-color css
<style>
a { background-color: #FD0610; }
a { background-color: rgb(253,6,16); }
div.DivClassName
{
background-color: #FD0610;
}
.BgClassName
{
background-color: #FD0610;
}
</style>
border-color css
<style>
span { border-color: #FD0610; }
span { border-color: rgb(253,6,16); }
td.TdClassName
{
border-color: #FD0610;
}
.TagClassName
{
border-color: #FD0610;
}
</style>