Shades of Torch Red #FF081C
Tints of Torch Red #FF081C
RGB
CMYK
RGB Variations
Color information
#FF081C (or 0xFF081C) is known color: Torch Red. HEX triplet: FF, 08 and 1C. RGB value is (255,8,28). Sum of RGB (Red+Green+Blue) = 255+8+28=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF081C is #00F7E3. Grayscale: #545454. Windows color (decimal): -63460 or 1837311. OLE color: 1837311.
HSL color Cylindrical-coordinate representation of color #FF081C: hue angle of 355.14º 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 #FF081C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 28 | - |
| CMYK | 0 | 0.97 | 0.89 | 0 |
| HSL | 355.14º | 1% | 0.52% | - |
| HSV(B) | 355.14º | 0.97% | 1% | - |
| XYZ | 41.54 | 21.52 | 3.06 | - |
| YUV | 84.13 | 96.33 | 249.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 28 | 0 | 0.97 | 0.89 | 0 | 355.14 | 1 | 0.52 |
| Hex | FF | 8 | 1C | 0 | 61 | 59 | 0 | 163 | 64 | 34 |
| Octal | 377 | 10 | 34 | 0 | 141 | 131 | 0 | 543 | 144 | 64 |
| Binary | 11111111 | 1000 | 11100 | 0 | 1100001 | 1011001 | 0 | 101100011 | 1100100 | 110100 |
Color Harmonies of #FF081C
Complementary color
Monochromatic Colors of #FF081C
Black with #FF081C
Text Example
Text Example
White with #FF081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF081C; }
p { color: rgb(255,8,28); }
H1.HeaderClassName
{
color: #FF081C;
}
.AnyTagClassName
{
color: #FF081C;
}
</style>
background-color css
<style>
a { background-color: #FF081C; }
a { background-color: rgb(255,8,28); }
div.DivClassName
{
background-color: #FF081C;
}
.BgClassName
{
background-color: #FF081C;
}
</style>
border-color css
<style>
span { border-color: #FF081C; }
span { border-color: rgb(255,8,28); }
td.TdClassName
{
border-color: #FF081C;
}
.TagClassName
{
border-color: #FF081C;
}
</style>