Shades of Torch Red #FF0410
Tints of Torch Red #FF0410
RGB
CMYK
RGB Variations
Color information
#FF0410 (or 0xFF0410) is known color: Torch Red. HEX triplet: FF, 04 and 10. RGB value is (255,4,16). Sum of RGB (Red+Green+Blue) = 255+4+16=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0410 is #00FBEF. Grayscale: #505050. Windows color (decimal): -64496 or 1049855. OLE color: 1049855.
HSL color Cylindrical-coordinate representation of color #FF0410: hue angle of 357.13º 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 #FF0410 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 16 | - |
| CMYK | 0 | 0.98 | 0.94 | 0 |
| HSL | 357.13º | 1% | 0.51% | - |
| HSV(B) | 357.13º | 0.98% | 1% | - |
| XYZ | 41.38 | 21.38 | 2.44 | - |
| YUV | 80.42 | 91.66 | 252.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 16 | 0 | 0.98 | 0.94 | 0 | 357.13 | 1 | 0.51 |
| Hex | FF | 4 | 10 | 0 | 62 | 5E | 0 | 165 | 64 | 33 |
| Octal | 377 | 4 | 20 | 0 | 142 | 136 | 0 | 545 | 144 | 63 |
| Binary | 11111111 | 100 | 10000 | 0 | 1100010 | 1011110 | 0 | 101100101 | 1100100 | 110011 |
Color Harmonies of #FF0410
Complementary color
Monochromatic Colors of #FF0410
Black with #FF0410
Text Example
Text Example
White with #FF0410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0410; }
p { color: rgb(255,4,16); }
H1.HeaderClassName
{
color: #FF0410;
}
.AnyTagClassName
{
color: #FF0410;
}
</style>
background-color css
<style>
a { background-color: #FF0410; }
a { background-color: rgb(255,4,16); }
div.DivClassName
{
background-color: #FF0410;
}
.BgClassName
{
background-color: #FF0410;
}
</style>
border-color css
<style>
span { border-color: #FF0410; }
span { border-color: rgb(255,4,16); }
td.TdClassName
{
border-color: #FF0410;
}
.TagClassName
{
border-color: #FF0410;
}
</style>