Shades of Torch Red #FF040A
Tints of Torch Red #FF040A
RGB
CMYK
RGB Variations
Color information
#FF040A (or 0xFF040A) is known color: Torch Red. HEX triplet: FF, 04 and 0A. RGB value is (255,4,10). Sum of RGB (Red+Green+Blue) = 255+4+10=269 (35% of max value = 765). Red value is 255 (100% from 255 or 94.80% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 255 - color contains mainly: red. Hex color #FF040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF040A is #00FBF5. Grayscale: #4F4F4F. Windows color (decimal): -64502 or 656639. OLE color: 656639.
HSL color Cylindrical-coordinate representation of color #FF040A: hue angle of 358.57º 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 #FF040A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 10 | - |
| CMYK | 0 | 0.98 | 0.96 | 0 |
| HSL | 358.57º | 1% | 0.51% | - |
| HSV(B) | 358.57º | 0.98% | 1% | - |
| XYZ | 41.34 | 21.37 | 2.23 | - |
| YUV | 79.73 | 88.66 | 253.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 10 | 0 | 0.98 | 0.96 | 0 | 358.57 | 1 | 0.51 |
| Hex | FF | 4 | A | 0 | 62 | 60 | 0 | 167 | 64 | 33 |
| Octal | 377 | 4 | 12 | 0 | 142 | 140 | 0 | 547 | 144 | 63 |
| Binary | 11111111 | 100 | 1010 | 0 | 1100010 | 1100000 | 0 | 101100111 | 1100100 | 110011 |
Color Harmonies of #FF040A
Complementary color
Monochromatic Colors of #FF040A
Black with #FF040A
Text Example
Text Example
White with #FF040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF040A; }
p { color: rgb(255,4,10); }
H1.HeaderClassName
{
color: #FF040A;
}
.AnyTagClassName
{
color: #FF040A;
}
</style>
background-color css
<style>
a { background-color: #FF040A; }
a { background-color: rgb(255,4,10); }
div.DivClassName
{
background-color: #FF040A;
}
.BgClassName
{
background-color: #FF040A;
}
</style>
border-color css
<style>
span { border-color: #FF040A; }
span { border-color: rgb(255,4,10); }
td.TdClassName
{
border-color: #FF040A;
}
.TagClassName
{
border-color: #FF040A;
}
</style>