Shades of Torch Red #FF0004
Tints of Torch Red #FF0004
RGB
CMYK
RGB Variations
Color information
#FF0004 (or 0xFF0004) is known color: Torch Red. HEX triplet: FF, 00 and 04. RGB value is (255,0,4). Sum of RGB (Red+Green+Blue) = 255+0+4=259 (34% of max value = 765). Red value is 255 (100% from 255 or 98.46% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0004 is #00FFFB. Grayscale: #4C4C4C. Windows color (decimal): -65532 or 262399. OLE color: 262399.
HSL color Cylindrical-coordinate representation of color #FF0004: hue angle of 359.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0 |
| HSL | 359.06º | 1% | 0.5% | - |
| HSV(B) | 359.06º | 1% | 1% | - |
| XYZ | 41.26 | 21.27 | 2.05 | - |
| YUV | 76.7 | 86.98 | 255.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 4 | 0 | 1 | 0.98 | 0 | 359.06 | 1 | 0.5 |
| Hex | FF | 0 | 4 | 0 | 64 | 62 | 0 | 167 | 64 | 32 |
| Octal | 377 | 0 | 4 | 0 | 144 | 142 | 0 | 547 | 144 | 62 |
| Binary | 11111111 | 0 | 100 | 0 | 1100100 | 1100010 | 0 | 101100111 | 1100100 | 110010 |
Color Harmonies of #FF0004
Complementary color
Monochromatic Colors of #FF0004
Black with #FF0004
Text Example
Text Example
White with #FF0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0004; }
p { color: rgb(255,0,4); }
H1.HeaderClassName
{
color: #FF0004;
}
.AnyTagClassName
{
color: #FF0004;
}
</style>
background-color css
<style>
a { background-color: #FF0004; }
a { background-color: rgb(255,0,4); }
div.DivClassName
{
background-color: #FF0004;
}
.BgClassName
{
background-color: #FF0004;
}
</style>
border-color css
<style>
span { border-color: #FF0004; }
span { border-color: rgb(255,0,4); }
td.TdClassName
{
border-color: #FF0004;
}
.TagClassName
{
border-color: #FF0004;
}
</style>