Shades of Torch Red #FF103D
Tints of Torch Red #FF103D
RGB
CMYK
RGB Variations
Color information
#FF103D (or 0xFF103D) is known color: Torch Red. HEX triplet: FF, 10 and 3D. RGB value is (255,16,61). Sum of RGB (Red+Green+Blue) = 255+16+61=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF103D is #00EFC2. Grayscale: #5C5C5C. Windows color (decimal): -61379 or 4002047. OLE color: 4002047.
HSL color Cylindrical-coordinate representation of color #FF103D: hue angle of 348.7º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF103D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 61 | - |
| CMYK | 0 | 0.94 | 0.76 | 0 |
| HSL | 348.7º | 1% | 0.53% | - |
| HSV(B) | 348.7º | 0.94% | 1% | - |
| XYZ | 42.27 | 21.97 | 6.43 | - |
| YUV | 92.59 | 110.18 | 243.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 61 | 0 | 0.94 | 0.76 | 0 | 348.7 | 1 | 0.53 |
| Hex | FF | 10 | 3D | 0 | 5E | 4C | 0 | 15D | 64 | 35 |
| Octal | 377 | 20 | 75 | 0 | 136 | 114 | 0 | 535 | 144 | 65 |
| Binary | 11111111 | 10000 | 111101 | 0 | 1011110 | 1001100 | 0 | 101011101 | 1100100 | 110101 |
Color Harmonies of #FF103D
Complementary color
Monochromatic Colors of #FF103D
Black with #FF103D
Text Example
Text Example
White with #FF103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF103D; }
p { color: rgb(255,16,61); }
H1.HeaderClassName
{
color: #FF103D;
}
.AnyTagClassName
{
color: #FF103D;
}
</style>
background-color css
<style>
a { background-color: #FF103D; }
a { background-color: rgb(255,16,61); }
div.DivClassName
{
background-color: #FF103D;
}
.BgClassName
{
background-color: #FF103D;
}
</style>
border-color css
<style>
span { border-color: #FF103D; }
span { border-color: rgb(255,16,61); }
td.TdClassName
{
border-color: #FF103D;
}
.TagClassName
{
border-color: #FF103D;
}
</style>