Shades of Torch Red #FD010A
Tints of Torch Red #FD010A
RGB
CMYK
RGB Variations
Color information
#FD010A (or 0xFD010A) is known color: Torch Red. HEX triplet: FD, 01 and 0A. RGB value is (253,1,10). Sum of RGB (Red+Green+Blue) = 253+1+10=264 (34% of max value = 765). Red value is 253 (99.22% from 255 or 95.83% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 253 - color contains mainly: red. Hex color #FD010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD010A is #02FEF5. Grayscale: #4D4D4D. Windows color (decimal): -196342 or 655869. OLE color: 655869.
HSL color Cylindrical-coordinate representation of color #FD010A: hue angle of 357.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.01 |
| HSL | 357.86º | 0.99% | 0.5% | - |
| HSV(B) | 357.86º | 1% | 0.99% | - |
| XYZ | 40.57 | 20.93 | 2.19 | - |
| YUV | 77.37 | 89.99 | 253.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 10 | 0 | 1.00 | 0.96 | 0.01 | 357.86 | 0.99 | 0.5 |
| Hex | FD | 1 | A | 0 | 64 | 60 | 1 | 166 | 63 | 32 |
| Octal | 375 | 1 | 12 | 0 | 144 | 140 | 1 | 546 | 143 | 62 |
| Binary | 11111101 | 1 | 1010 | 0 | 1100100 | 1100000 | 1 | 101100110 | 1100011 | 110010 |
Color Harmonies of #FD010A
Complementary color
Monochromatic Colors of #FD010A
Black with #FD010A
Text Example
Text Example
White with #FD010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD010A; }
p { color: rgb(253,1,10); }
H1.HeaderClassName
{
color: #FD010A;
}
.AnyTagClassName
{
color: #FD010A;
}
</style>
background-color css
<style>
a { background-color: #FD010A; }
a { background-color: rgb(253,1,10); }
div.DivClassName
{
background-color: #FD010A;
}
.BgClassName
{
background-color: #FD010A;
}
</style>
border-color css
<style>
span { border-color: #FD010A; }
span { border-color: rgb(253,1,10); }
td.TdClassName
{
border-color: #FD010A;
}
.TagClassName
{
border-color: #FD010A;
}
</style>