Shades of Torch Red #F9133D
Tints of Torch Red #F9133D
RGB
CMYK
RGB Variations
Color information
#F9133D (or 0xF9133D) is known color: Torch Red. HEX triplet: F9, 13 and 3D. RGB value is (249,19,61). Sum of RGB (Red+Green+Blue) = 249+19+61=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9133D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9133D is #06ECC2. Grayscale: #5C5C5C. Windows color (decimal): -453827 or 4002809. OLE color: 4002809.
HSL color Cylindrical-coordinate representation of color #F9133D: hue angle of 349.04º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9133D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 61 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.02 |
| HSL | 349.04º | 0.95% | 0.53% | - |
| HSV(B) | 349.04º | 0.92% | 0.98% | - |
| XYZ | 40.14 | 20.94 | 6.34 | - |
| YUV | 92.56 | 110.2 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 61 | 0 | 0.92 | 0.76 | 0.02 | 349.04 | 0.95 | 0.53 |
| Hex | F9 | 13 | 3D | 0 | 5C | 4C | 2 | 15D | 5F | 35 |
| Octal | 371 | 23 | 75 | 0 | 134 | 114 | 2 | 535 | 137 | 65 |
| Binary | 11111001 | 10011 | 111101 | 0 | 1011100 | 1001100 | 10 | 101011101 | 1011111 | 110101 |
Color Harmonies of #F9133D
Complementary color
Monochromatic Colors of #F9133D
Black with #F9133D
Text Example
Text Example
White with #F9133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9133D; }
p { color: rgb(249,19,61); }
H1.HeaderClassName
{
color: #F9133D;
}
.AnyTagClassName
{
color: #F9133D;
}
</style>
background-color css
<style>
a { background-color: #F9133D; }
a { background-color: rgb(249,19,61); }
div.DivClassName
{
background-color: #F9133D;
}
.BgClassName
{
background-color: #F9133D;
}
</style>
border-color css
<style>
span { border-color: #F9133D; }
span { border-color: rgb(249,19,61); }
td.TdClassName
{
border-color: #F9133D;
}
.TagClassName
{
border-color: #F9133D;
}
</style>