Shades of Torch Red #FF102D
Tints of Torch Red #FF102D
RGB
CMYK
RGB Variations
Color information
#FF102D (or 0xFF102D) is known color: Torch Red. HEX triplet: FF, 10 and 2D. RGB value is (255,16,45). Sum of RGB (Red+Green+Blue) = 255+16+45=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF102D is #00EFD2. Grayscale: #5A5A5A. Windows color (decimal): -61395 or 2953471. OLE color: 2953471.
HSL color Cylindrical-coordinate representation of color #FF102D: hue angle of 352.72º 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 #FF102D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 45 | - |
| CMYK | 0 | 0.94 | 0.82 | 0 |
| HSL | 352.72º | 1% | 0.53% | - |
| HSV(B) | 352.72º | 0.94% | 1% | - |
| XYZ | 41.9 | 21.82 | 4.49 | - |
| YUV | 90.77 | 102.18 | 245.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 45 | 0 | 0.94 | 0.82 | 0 | 352.72 | 1 | 0.53 |
| Hex | FF | 10 | 2D | 0 | 5E | 52 | 0 | 161 | 64 | 35 |
| Octal | 377 | 20 | 55 | 0 | 136 | 122 | 0 | 541 | 144 | 65 |
| Binary | 11111111 | 10000 | 101101 | 0 | 1011110 | 1010010 | 0 | 101100001 | 1100100 | 110101 |
Color Harmonies of #FF102D
Complementary color
Monochromatic Colors of #FF102D
Black with #FF102D
Text Example
Text Example
White with #FF102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF102D; }
p { color: rgb(255,16,45); }
H1.HeaderClassName
{
color: #FF102D;
}
.AnyTagClassName
{
color: #FF102D;
}
</style>
background-color css
<style>
a { background-color: #FF102D; }
a { background-color: rgb(255,16,45); }
div.DivClassName
{
background-color: #FF102D;
}
.BgClassName
{
background-color: #FF102D;
}
</style>
border-color css
<style>
span { border-color: #FF102D; }
span { border-color: rgb(255,16,45); }
td.TdClassName
{
border-color: #FF102D;
}
.TagClassName
{
border-color: #FF102D;
}
</style>