Shades of Torch Red #FD103B
Tints of Torch Red #FD103B
RGB
CMYK
RGB Variations
Color information
#FD103B (or 0xFD103B) is known color: Torch Red. HEX triplet: FD, 10 and 3B. RGB value is (253,16,59). Sum of RGB (Red+Green+Blue) = 253+16+59=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD103B is #02EFC4. Grayscale: #5B5B5B. Windows color (decimal): -192453 or 3870973. OLE color: 3870973.
HSL color Cylindrical-coordinate representation of color #FD103B: hue angle of 349.11º 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 #FD103B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 59 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.01 |
| HSL | 349.11º | 0.98% | 0.53% | - |
| HSV(B) | 349.11º | 0.94% | 0.99% | - |
| XYZ | 41.48 | 21.57 | 6.11 | - |
| YUV | 91.77 | 109.52 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 59 | 0 | 0.94 | 0.77 | 0.01 | 349.11 | 0.98 | 0.53 |
| Hex | FD | 10 | 3B | 0 | 5E | 4D | 1 | 15D | 62 | 35 |
| Octal | 375 | 20 | 73 | 0 | 136 | 115 | 1 | 535 | 142 | 65 |
| Binary | 11111101 | 10000 | 111011 | 0 | 1011110 | 1001101 | 1 | 101011101 | 1100010 | 110101 |
Color Harmonies of #FD103B
Complementary color
Monochromatic Colors of #FD103B
Black with #FD103B
Text Example
Text Example
White with #FD103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD103B; }
p { color: rgb(253,16,59); }
H1.HeaderClassName
{
color: #FD103B;
}
.AnyTagClassName
{
color: #FD103B;
}
</style>
background-color css
<style>
a { background-color: #FD103B; }
a { background-color: rgb(253,16,59); }
div.DivClassName
{
background-color: #FD103B;
}
.BgClassName
{
background-color: #FD103B;
}
</style>
border-color css
<style>
span { border-color: #FD103B; }
span { border-color: rgb(253,16,59); }
td.TdClassName
{
border-color: #FD103B;
}
.TagClassName
{
border-color: #FD103B;
}
</style>