Shades of Torch Red #FF0512
Tints of Torch Red #FF0512
RGB
CMYK
RGB Variations
Color information
#FF0512 (or 0xFF0512) is known color: Torch Red. HEX triplet: FF, 05 and 12. RGB value is (255,5,18). Sum of RGB (Red+Green+Blue) = 255+5+18=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0512 is #00FAED. Grayscale: #515151. Windows color (decimal): -64238 or 1181183. OLE color: 1181183.
HSL color Cylindrical-coordinate representation of color #FF0512: hue angle of 356.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0512 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0 |
| HSL | 356.88º | 1% | 0.51% | - |
| HSV(B) | 356.88º | 0.98% | 1% | - |
| XYZ | 41.4 | 21.41 | 2.52 | - |
| YUV | 81.23 | 92.33 | 251.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 18 | 0 | 0.98 | 0.93 | 0 | 356.88 | 1 | 0.51 |
| Hex | FF | 5 | 12 | 0 | 62 | 5D | 0 | 165 | 64 | 33 |
| Octal | 377 | 5 | 22 | 0 | 142 | 135 | 0 | 545 | 144 | 63 |
| Binary | 11111111 | 101 | 10010 | 0 | 1100010 | 1011101 | 0 | 101100101 | 1100100 | 110011 |
Color Harmonies of #FF0512
Complementary color
Monochromatic Colors of #FF0512
Black with #FF0512
Text Example
Text Example
White with #FF0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0512; }
p { color: rgb(255,5,18); }
H1.HeaderClassName
{
color: #FF0512;
}
.AnyTagClassName
{
color: #FF0512;
}
</style>
background-color css
<style>
a { background-color: #FF0512; }
a { background-color: rgb(255,5,18); }
div.DivClassName
{
background-color: #FF0512;
}
.BgClassName
{
background-color: #FF0512;
}
</style>
border-color css
<style>
span { border-color: #FF0512; }
span { border-color: rgb(255,5,18); }
td.TdClassName
{
border-color: #FF0512;
}
.TagClassName
{
border-color: #FF0512;
}
</style>