Shades of Torch Red #F9182D
Tints of Torch Red #F9182D
RGB
CMYK
RGB Variations
Color information
#F9182D (or 0xF9182D) is known color: Torch Red. HEX triplet: F9, 18 and 2D. RGB value is (249,24,45). Sum of RGB (Red+Green+Blue) = 249+24+45=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F9182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9182D is #06E7D2. Grayscale: #5D5D5D. Windows color (decimal): -452563 or 2955513. OLE color: 2955513.
HSL color Cylindrical-coordinate representation of color #F9182D: hue angle of 354.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9182D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.02 |
| HSL | 354.4º | 0.95% | 0.54% | - |
| HSV(B) | 354.4º | 0.9% | 0.98% | - |
| XYZ | 39.87 | 20.98 | 4.43 | - |
| YUV | 93.67 | 100.54 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 45 | 0 | 0.90 | 0.82 | 0.02 | 354.4 | 0.95 | 0.54 |
| Hex | F9 | 18 | 2D | 0 | 5A | 52 | 2 | 162 | 5F | 36 |
| Octal | 371 | 30 | 55 | 0 | 132 | 122 | 2 | 542 | 137 | 66 |
| Binary | 11111001 | 11000 | 101101 | 0 | 1011010 | 1010010 | 10 | 101100010 | 1011111 | 110110 |
Color Harmonies of #F9182D
Complementary color
Monochromatic Colors of #F9182D
Black with #F9182D
Text Example
Text Example
White with #F9182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9182D; }
p { color: rgb(249,24,45); }
H1.HeaderClassName
{
color: #F9182D;
}
.AnyTagClassName
{
color: #F9182D;
}
</style>
background-color css
<style>
a { background-color: #F9182D; }
a { background-color: rgb(249,24,45); }
div.DivClassName
{
background-color: #F9182D;
}
.BgClassName
{
background-color: #F9182D;
}
</style>
border-color css
<style>
span { border-color: #F9182D; }
span { border-color: rgb(249,24,45); }
td.TdClassName
{
border-color: #F9182D;
}
.TagClassName
{
border-color: #F9182D;
}
</style>