Shades of Torch Red #FF0411
Tints of Torch Red #FF0411
RGB
CMYK
RGB Variations
Color information
#FF0411 (or 0xFF0411) is known color: Torch Red. HEX triplet: FF, 04 and 11. RGB value is (255,4,17). Sum of RGB (Red+Green+Blue) = 255+4+17=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0411 is #00FBEE. Grayscale: #505050. Windows color (decimal): -64495 or 1115391. OLE color: 1115391.
HSL color Cylindrical-coordinate representation of color #FF0411: hue angle of 356.89º 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 #FF0411 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0 |
| HSL | 356.89º | 1% | 0.51% | - |
| HSV(B) | 356.89º | 0.98% | 1% | - |
| XYZ | 41.38 | 21.39 | 2.48 | - |
| YUV | 80.53 | 92.16 | 252.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 17 | 0 | 0.98 | 0.93 | 0 | 356.89 | 1 | 0.51 |
| Hex | FF | 4 | 11 | 0 | 62 | 5D | 0 | 165 | 64 | 33 |
| Octal | 377 | 4 | 21 | 0 | 142 | 135 | 0 | 545 | 144 | 63 |
| Binary | 11111111 | 100 | 10001 | 0 | 1100010 | 1011101 | 0 | 101100101 | 1100100 | 110011 |
Color Harmonies of #FF0411
Complementary color
Monochromatic Colors of #FF0411
Black with #FF0411
Text Example
Text Example
White with #FF0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0411; }
p { color: rgb(255,4,17); }
H1.HeaderClassName
{
color: #FF0411;
}
.AnyTagClassName
{
color: #FF0411;
}
</style>
background-color css
<style>
a { background-color: #FF0411; }
a { background-color: rgb(255,4,17); }
div.DivClassName
{
background-color: #FF0411;
}
.BgClassName
{
background-color: #FF0411;
}
</style>
border-color css
<style>
span { border-color: #FF0411; }
span { border-color: rgb(255,4,17); }
td.TdClassName
{
border-color: #FF0411;
}
.TagClassName
{
border-color: #FF0411;
}
</style>