Shades of Torch Red #FD102C
Tints of Torch Red #FD102C
RGB
CMYK
RGB Variations
Color information
#FD102C (or 0xFD102C) is known color: Torch Red. HEX triplet: FD, 10 and 2C. RGB value is (253,16,44). Sum of RGB (Red+Green+Blue) = 253+16+44=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD102C is #02EFD3. Grayscale: #5A5A5A. Windows color (decimal): -192468 or 2887933. OLE color: 2887933.
HSL color Cylindrical-coordinate representation of color #FD102C: hue angle of 352.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD102C is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 44 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.01 |
| HSL | 352.91º | 0.98% | 0.53% | - |
| HSV(B) | 352.91º | 0.94% | 0.99% | - |
| XYZ | 41.15 | 21.44 | 4.35 | - |
| YUV | 90.06 | 102.02 | 244.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 44 | 0 | 0.94 | 0.83 | 0.01 | 352.91 | 0.98 | 0.53 |
| Hex | FD | 10 | 2C | 0 | 5E | 53 | 1 | 161 | 62 | 35 |
| Octal | 375 | 20 | 54 | 0 | 136 | 123 | 1 | 541 | 142 | 65 |
| Binary | 11111101 | 10000 | 101100 | 0 | 1011110 | 1010011 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FD102C
Complementary color
Monochromatic Colors of #FD102C
Black with #FD102C
Text Example
Text Example
White with #FD102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD102C; }
p { color: rgb(253,16,44); }
H1.HeaderClassName
{
color: #FD102C;
}
.AnyTagClassName
{
color: #FD102C;
}
</style>
background-color css
<style>
a { background-color: #FD102C; }
a { background-color: rgb(253,16,44); }
div.DivClassName
{
background-color: #FD102C;
}
.BgClassName
{
background-color: #FD102C;
}
</style>
border-color css
<style>
span { border-color: #FD102C; }
span { border-color: rgb(253,16,44); }
td.TdClassName
{
border-color: #FD102C;
}
.TagClassName
{
border-color: #FD102C;
}
</style>