Shades of Torch Red #FF080C
Tints of Torch Red #FF080C
RGB
CMYK
RGB Variations
Color information
#FF080C (or 0xFF080C) is known color: Torch Red. HEX triplet: FF, 08 and 0C. RGB value is (255,8,12). Sum of RGB (Red+Green+Blue) = 255+8+12=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF080C is #00F7F3. Grayscale: #525252. Windows color (decimal): -63476 or 788735. OLE color: 788735.
HSL color Cylindrical-coordinate representation of color #FF080C: hue angle of 359.03º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF080C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0 |
| HSL | 359.03º | 1% | 0.52% | - |
| HSV(B) | 359.03º | 0.97% | 1% | - |
| XYZ | 41.39 | 21.46 | 2.31 | - |
| YUV | 82.31 | 88.33 | 251.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 12 | 0 | 0.97 | 0.95 | 0 | 359.03 | 1 | 0.52 |
| Hex | FF | 8 | C | 0 | 61 | 5F | 0 | 167 | 64 | 34 |
| Octal | 377 | 10 | 14 | 0 | 141 | 137 | 0 | 547 | 144 | 64 |
| Binary | 11111111 | 1000 | 1100 | 0 | 1100001 | 1011111 | 0 | 101100111 | 1100100 | 110100 |
Color Harmonies of #FF080C
Complementary color
Monochromatic Colors of #FF080C
Black with #FF080C
Text Example
Text Example
White with #FF080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF080C; }
p { color: rgb(255,8,12); }
H1.HeaderClassName
{
color: #FF080C;
}
.AnyTagClassName
{
color: #FF080C;
}
</style>
background-color css
<style>
a { background-color: #FF080C; }
a { background-color: rgb(255,8,12); }
div.DivClassName
{
background-color: #FF080C;
}
.BgClassName
{
background-color: #FF080C;
}
</style>
border-color css
<style>
span { border-color: #FF080C; }
span { border-color: rgb(255,8,12); }
td.TdClassName
{
border-color: #FF080C;
}
.TagClassName
{
border-color: #FF080C;
}
</style>