Shades of Torch Red #FF092C
Tints of Torch Red #FF092C
RGB
CMYK
RGB Variations
Color information
#FF092C (or 0xFF092C) is known color: Torch Red. HEX triplet: FF, 09 and 2C. RGB value is (255,9,44). Sum of RGB (Red+Green+Blue) = 255+9+44=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF092C is #00F6D3. Grayscale: #565656. Windows color (decimal): -63188 or 2886143. OLE color: 2886143.
HSL color Cylindrical-coordinate representation of color #FF092C: hue angle of 351.46º 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 #FF092C is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.83 | 0 |
| HSL | 351.46º | 1% | 0.52% | - |
| HSV(B) | 351.46º | 0.96% | 1% | - |
| XYZ | 41.79 | 21.64 | 4.36 | - |
| YUV | 86.54 | 104 | 248.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 44 | 0 | 0.96 | 0.83 | 0 | 351.46 | 1 | 0.52 |
| Hex | FF | 9 | 2C | 0 | 60 | 53 | 0 | 15F | 64 | 34 |
| Octal | 377 | 11 | 54 | 0 | 140 | 123 | 0 | 537 | 144 | 64 |
| Binary | 11111111 | 1001 | 101100 | 0 | 1100000 | 1010011 | 0 | 101011111 | 1100100 | 110100 |
Color Harmonies of #FF092C
Complementary color
Monochromatic Colors of #FF092C
Black with #FF092C
Text Example
Text Example
White with #FF092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF092C; }
p { color: rgb(255,9,44); }
H1.HeaderClassName
{
color: #FF092C;
}
.AnyTagClassName
{
color: #FF092C;
}
</style>
background-color css
<style>
a { background-color: #FF092C; }
a { background-color: rgb(255,9,44); }
div.DivClassName
{
background-color: #FF092C;
}
.BgClassName
{
background-color: #FF092C;
}
</style>
border-color css
<style>
span { border-color: #FF092C; }
span { border-color: rgb(255,9,44); }
td.TdClassName
{
border-color: #FF092C;
}
.TagClassName
{
border-color: #FF092C;
}
</style>