Shades of Torch Red #FD102D
Tints of Torch Red #FD102D
RGB
CMYK
RGB Variations
Color information
#FD102D (or 0xFD102D) is known color: Torch Red. HEX triplet: FD, 10 and 2D. RGB value is (253,16,45). Sum of RGB (Red+Green+Blue) = 253+16+45=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD102D is #02EFD2. Grayscale: #5A5A5A. Windows color (decimal): -192467 or 2953469. OLE color: 2953469.
HSL color Cylindrical-coordinate representation of color #FD102D: hue angle of 352.66º 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 #FD102D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 45 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.01 |
| HSL | 352.66º | 0.98% | 0.53% | - |
| HSV(B) | 352.66º | 0.94% | 0.99% | - |
| XYZ | 41.17 | 21.44 | 4.45 | - |
| YUV | 90.17 | 102.52 | 244.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 45 | 0 | 0.94 | 0.82 | 0.01 | 352.66 | 0.98 | 0.53 |
| Hex | FD | 10 | 2D | 0 | 5E | 52 | 1 | 161 | 62 | 35 |
| Octal | 375 | 20 | 55 | 0 | 136 | 122 | 1 | 541 | 142 | 65 |
| Binary | 11111101 | 10000 | 101101 | 0 | 1011110 | 1010010 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FD102D
Complementary color
Monochromatic Colors of #FD102D
Black with #FD102D
Text Example
Text Example
White with #FD102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD102D; }
p { color: rgb(253,16,45); }
H1.HeaderClassName
{
color: #FD102D;
}
.AnyTagClassName
{
color: #FD102D;
}
</style>
background-color css
<style>
a { background-color: #FD102D; }
a { background-color: rgb(253,16,45); }
div.DivClassName
{
background-color: #FD102D;
}
.BgClassName
{
background-color: #FD102D;
}
</style>
border-color css
<style>
span { border-color: #FD102D; }
span { border-color: rgb(253,16,45); }
td.TdClassName
{
border-color: #FD102D;
}
.TagClassName
{
border-color: #FD102D;
}
</style>