Shades of Torch Red #FF092A
Tints of Torch Red #FF092A
RGB
CMYK
RGB Variations
Color information
#FF092A (or 0xFF092A) is known color: Torch Red. HEX triplet: FF, 09 and 2A. RGB value is (255,9,42). Sum of RGB (Red+Green+Blue) = 255+9+42=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF092A is #00F6D5. Grayscale: #565656. Windows color (decimal): -63190 or 2755071. OLE color: 2755071.
HSL color Cylindrical-coordinate representation of color #FF092A: hue angle of 351.95º 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 #FF092A is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.84 | 0 |
| HSL | 351.95º | 1% | 0.52% | - |
| HSV(B) | 351.95º | 0.96% | 1% | - |
| XYZ | 41.76 | 21.62 | 4.16 | - |
| YUV | 86.32 | 103 | 248.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 42 | 0 | 0.96 | 0.84 | 0 | 351.95 | 1 | 0.52 |
| Hex | FF | 9 | 2A | 0 | 60 | 54 | 0 | 160 | 64 | 34 |
| Octal | 377 | 11 | 52 | 0 | 140 | 124 | 0 | 540 | 144 | 64 |
| Binary | 11111111 | 1001 | 101010 | 0 | 1100000 | 1010100 | 0 | 101100000 | 1100100 | 110100 |
Color Harmonies of #FF092A
Complementary color
Monochromatic Colors of #FF092A
Black with #FF092A
Text Example
Text Example
White with #FF092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF092A; }
p { color: rgb(255,9,42); }
H1.HeaderClassName
{
color: #FF092A;
}
.AnyTagClassName
{
color: #FF092A;
}
</style>
background-color css
<style>
a { background-color: #FF092A; }
a { background-color: rgb(255,9,42); }
div.DivClassName
{
background-color: #FF092A;
}
.BgClassName
{
background-color: #FF092A;
}
</style>
border-color css
<style>
span { border-color: #FF092A; }
span { border-color: rgb(255,9,42); }
td.TdClassName
{
border-color: #FF092A;
}
.TagClassName
{
border-color: #FF092A;
}
</style>