Shades of Torch Red #FD103E
Tints of Torch Red #FD103E
RGB
CMYK
RGB Variations
Color information
#FD103E (or 0xFD103E) is known color: Torch Red. HEX triplet: FD, 10 and 3E. RGB value is (253,16,62). Sum of RGB (Red+Green+Blue) = 253+16+62=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD103E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD103E is #02EFC1. Grayscale: #5C5C5C. Windows color (decimal): -192450 or 4067581. OLE color: 4067581.
HSL color Cylindrical-coordinate representation of color #FD103E: hue angle of 348.35º 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 #FD103E is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 62 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.01 |
| HSL | 348.35º | 0.98% | 0.53% | - |
| HSV(B) | 348.35º | 0.94% | 0.99% | - |
| XYZ | 41.56 | 21.6 | 6.54 | - |
| YUV | 92.11 | 111.02 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 62 | 0 | 0.94 | 0.75 | 0.01 | 348.35 | 0.98 | 0.53 |
| Hex | FD | 10 | 3E | 0 | 5E | 4B | 1 | 15C | 62 | 35 |
| Octal | 375 | 20 | 76 | 0 | 136 | 113 | 1 | 534 | 142 | 65 |
| Binary | 11111101 | 10000 | 111110 | 0 | 1011110 | 1001011 | 1 | 101011100 | 1100010 | 110101 |
Color Harmonies of #FD103E
Complementary color
Monochromatic Colors of #FD103E
Black with #FD103E
Text Example
Text Example
White with #FD103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD103E; }
p { color: rgb(253,16,62); }
H1.HeaderClassName
{
color: #FD103E;
}
.AnyTagClassName
{
color: #FD103E;
}
</style>
background-color css
<style>
a { background-color: #FD103E; }
a { background-color: rgb(253,16,62); }
div.DivClassName
{
background-color: #FD103E;
}
.BgClassName
{
background-color: #FD103E;
}
</style>
border-color css
<style>
span { border-color: #FD103E; }
span { border-color: rgb(253,16,62); }
td.TdClassName
{
border-color: #FD103E;
}
.TagClassName
{
border-color: #FD103E;
}
</style>