Shades of Torch Red #F9102D
Tints of Torch Red #F9102D
RGB
CMYK
RGB Variations
Color information
#F9102D (or 0xF9102D) is known color: Torch Red. HEX triplet: F9, 10 and 2D. RGB value is (249,16,45). Sum of RGB (Red+Green+Blue) = 249+16+45=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9102D is #06EFD2. Grayscale: #595959. Windows color (decimal): -454611 or 2953465. OLE color: 2953465.
HSL color Cylindrical-coordinate representation of color #F9102D: hue angle of 352.53º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9102D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 45 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.02 |
| HSL | 352.53º | 0.95% | 0.52% | - |
| HSV(B) | 352.53º | 0.94% | 0.98% | - |
| XYZ | 39.73 | 20.7 | 4.38 | - |
| YUV | 88.97 | 103.19 | 242.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 45 | 0 | 0.94 | 0.82 | 0.02 | 352.53 | 0.95 | 0.52 |
| Hex | F9 | 10 | 2D | 0 | 5E | 52 | 2 | 161 | 5F | 34 |
| Octal | 371 | 20 | 55 | 0 | 136 | 122 | 2 | 541 | 137 | 64 |
| Binary | 11111001 | 10000 | 101101 | 0 | 1011110 | 1010010 | 10 | 101100001 | 1011111 | 110100 |
Color Harmonies of #F9102D
Complementary color
Monochromatic Colors of #F9102D
Black with #F9102D
Text Example
Text Example
White with #F9102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9102D; }
p { color: rgb(249,16,45); }
H1.HeaderClassName
{
color: #F9102D;
}
.AnyTagClassName
{
color: #F9102D;
}
</style>
background-color css
<style>
a { background-color: #F9102D; }
a { background-color: rgb(249,16,45); }
div.DivClassName
{
background-color: #F9102D;
}
.BgClassName
{
background-color: #F9102D;
}
</style>
border-color css
<style>
span { border-color: #F9102D; }
span { border-color: rgb(249,16,45); }
td.TdClassName
{
border-color: #F9102D;
}
.TagClassName
{
border-color: #F9102D;
}
</style>