Shades of Torch Red #FF103F
Tints of Torch Red #FF103F
RGB
CMYK
RGB Variations
Color information
#FF103F (or 0xFF103F) is known color: Torch Red. HEX triplet: FF, 10 and 3F. RGB value is (255,16,63). Sum of RGB (Red+Green+Blue) = 255+16+63=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF103F is #00EFC0. Grayscale: #5C5C5C. Windows color (decimal): -61377 or 4133119. OLE color: 4133119.
HSL color Cylindrical-coordinate representation of color #FF103F: hue angle of 348.2º 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 #FF103F is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 63 | - |
| CMYK | 0 | 0.94 | 0.75 | 0 |
| HSL | 348.2º | 1% | 0.53% | - |
| HSV(B) | 348.2º | 0.94% | 1% | - |
| XYZ | 42.32 | 21.99 | 6.72 | - |
| YUV | 92.82 | 111.18 | 243.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 63 | 0 | 0.94 | 0.75 | 0 | 348.2 | 1 | 0.53 |
| Hex | FF | 10 | 3F | 0 | 5E | 4B | 0 | 15C | 64 | 35 |
| Octal | 377 | 20 | 77 | 0 | 136 | 113 | 0 | 534 | 144 | 65 |
| Binary | 11111111 | 10000 | 111111 | 0 | 1011110 | 1001011 | 0 | 101011100 | 1100100 | 110101 |
Color Harmonies of #FF103F
Complementary color
Monochromatic Colors of #FF103F
Black with #FF103F
Text Example
Text Example
White with #FF103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF103F; }
p { color: rgb(255,16,63); }
H1.HeaderClassName
{
color: #FF103F;
}
.AnyTagClassName
{
color: #FF103F;
}
</style>
background-color css
<style>
a { background-color: #FF103F; }
a { background-color: rgb(255,16,63); }
div.DivClassName
{
background-color: #FF103F;
}
.BgClassName
{
background-color: #FF103F;
}
</style>
border-color css
<style>
span { border-color: #FF103F; }
span { border-color: rgb(255,16,63); }
td.TdClassName
{
border-color: #FF103F;
}
.TagClassName
{
border-color: #FF103F;
}
</style>