Shades of Torch Red #FD103A
Tints of Torch Red #FD103A
RGB
CMYK
RGB Variations
Color information
#FD103A (or 0xFD103A) is known color: Torch Red. HEX triplet: FD, 10 and 3A. RGB value is (253,16,58). Sum of RGB (Red+Green+Blue) = 253+16+58=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD103A is #02EFC5. Grayscale: #5B5B5B. Windows color (decimal): -192454 or 3805437. OLE color: 3805437.
HSL color Cylindrical-coordinate representation of color #FD103A: hue angle of 349.37º 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 #FD103A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 58 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.01 |
| HSL | 349.37º | 0.98% | 0.53% | - |
| HSV(B) | 349.37º | 0.94% | 0.99% | - |
| XYZ | 41.46 | 21.56 | 5.98 | - |
| YUV | 91.65 | 109.02 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 58 | 0 | 0.94 | 0.77 | 0.01 | 349.37 | 0.98 | 0.53 |
| Hex | FD | 10 | 3A | 0 | 5E | 4D | 1 | 15D | 62 | 35 |
| Octal | 375 | 20 | 72 | 0 | 136 | 115 | 1 | 535 | 142 | 65 |
| Binary | 11111101 | 10000 | 111010 | 0 | 1011110 | 1001101 | 1 | 101011101 | 1100010 | 110101 |
Color Harmonies of #FD103A
Complementary color
Monochromatic Colors of #FD103A
Black with #FD103A
Text Example
Text Example
White with #FD103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD103A; }
p { color: rgb(253,16,58); }
H1.HeaderClassName
{
color: #FD103A;
}
.AnyTagClassName
{
color: #FD103A;
}
</style>
background-color css
<style>
a { background-color: #FD103A; }
a { background-color: rgb(253,16,58); }
div.DivClassName
{
background-color: #FD103A;
}
.BgClassName
{
background-color: #FD103A;
}
</style>
border-color css
<style>
span { border-color: #FD103A; }
span { border-color: rgb(253,16,58); }
td.TdClassName
{
border-color: #FD103A;
}
.TagClassName
{
border-color: #FD103A;
}
</style>