Shades of Torch Red #FF0932
Tints of Torch Red #FF0932
RGB
CMYK
RGB Variations
Color information
#FF0932 (or 0xFF0932) is known color: Torch Red. HEX triplet: FF, 09 and 32. RGB value is (255,9,50). Sum of RGB (Red+Green+Blue) = 255+9+50=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0932 is #00F6CD. Grayscale: #575757. Windows color (decimal): -63182 or 3279359. OLE color: 3279359.
HSL color Cylindrical-coordinate representation of color #FF0932: hue angle of 350º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0932 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 50 | - |
| CMYK | 0 | 0.96 | 0.80 | 0 |
| HSL | 350º | 1% | 0.52% | - |
| HSV(B) | 350º | 0.96% | 1% | - |
| XYZ | 41.91 | 21.69 | 4.99 | - |
| YUV | 87.23 | 107 | 247.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 50 | 0 | 0.96 | 0.80 | 0 | 350 | 1 | 0.52 |
| Hex | FF | 9 | 32 | 0 | 60 | 50 | 0 | 15E | 64 | 34 |
| Octal | 377 | 11 | 62 | 0 | 140 | 120 | 0 | 536 | 144 | 64 |
| Binary | 11111111 | 1001 | 110010 | 0 | 1100000 | 1010000 | 0 | 101011110 | 1100100 | 110100 |
Color Harmonies of #FF0932
Complementary color
Monochromatic Colors of #FF0932
Black with #FF0932
Text Example
Text Example
White with #FF0932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0932; }
p { color: rgb(255,9,50); }
H1.HeaderClassName
{
color: #FF0932;
}
.AnyTagClassName
{
color: #FF0932;
}
</style>
background-color css
<style>
a { background-color: #FF0932; }
a { background-color: rgb(255,9,50); }
div.DivClassName
{
background-color: #FF0932;
}
.BgClassName
{
background-color: #FF0932;
}
</style>
border-color css
<style>
span { border-color: #FF0932; }
span { border-color: rgb(255,9,50); }
td.TdClassName
{
border-color: #FF0932;
}
.TagClassName
{
border-color: #FF0932;
}
</style>