Shades of Torch Red #FD0102
Tints of Torch Red #FD0102
RGB
CMYK
RGB Variations
Color information
#FD0102 (or 0xFD0102) is known color: Torch Red. HEX triplet: FD, 01 and 02. RGB value is (253,1,2). Sum of RGB (Red+Green+Blue) = 253+1+2=256 (33% of max value = 765). Red value is 253 (99.22% from 255 or 98.83% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0102 is #02FEFD. Grayscale: #4C4C4C. Windows color (decimal): -196350 or 131581. OLE color: 131581.
HSL color Cylindrical-coordinate representation of color #FD0102: hue angle of 359.76º 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 #FD0102 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 2 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.01 |
| HSL | 359.76º | 0.99% | 0.5% | - |
| HSV(B) | 359.76º | 1% | 0.99% | - |
| XYZ | 40.53 | 20.91 | 1.96 | - |
| YUV | 76.46 | 85.99 | 253.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 2 | 0 | 1.00 | 0.99 | 0.01 | 359.76 | 0.99 | 0.5 |
| Hex | FD | 1 | 2 | 0 | 64 | 63 | 1 | 168 | 63 | 32 |
| Octal | 375 | 1 | 2 | 0 | 144 | 143 | 1 | 550 | 143 | 62 |
| Binary | 11111101 | 1 | 10 | 0 | 1100100 | 1100011 | 1 | 101101000 | 1100011 | 110010 |
Color Harmonies of #FD0102
Complementary color
Monochromatic Colors of #FD0102
Black with #FD0102
Text Example
Text Example
White with #FD0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0102; }
p { color: rgb(253,1,2); }
H1.HeaderClassName
{
color: #FD0102;
}
.AnyTagClassName
{
color: #FD0102;
}
</style>
background-color css
<style>
a { background-color: #FD0102; }
a { background-color: rgb(253,1,2); }
div.DivClassName
{
background-color: #FD0102;
}
.BgClassName
{
background-color: #FD0102;
}
</style>
border-color css
<style>
span { border-color: #FD0102; }
span { border-color: rgb(253,1,2); }
td.TdClassName
{
border-color: #FD0102;
}
.TagClassName
{
border-color: #FD0102;
}
</style>