Shades of Torch Red #FF040B
Tints of Torch Red #FF040B
RGB
CMYK
RGB Variations
Color information
#FF040B (or 0xFF040B) is known color: Torch Red. HEX triplet: FF, 04 and 0B. RGB value is (255,4,11). Sum of RGB (Red+Green+Blue) = 255+4+11=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF040B is #00FBF4. Grayscale: #505050. Windows color (decimal): -64501 or 722175. OLE color: 722175.
HSL color Cylindrical-coordinate representation of color #FF040B: hue angle of 358.33º 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 #FF040B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0 |
| HSL | 358.33º | 1% | 0.51% | - |
| HSV(B) | 358.33º | 0.98% | 1% | - |
| XYZ | 41.34 | 21.37 | 2.26 | - |
| YUV | 79.85 | 89.16 | 252.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 11 | 0 | 0.98 | 0.96 | 0 | 358.33 | 1 | 0.51 |
| Hex | FF | 4 | B | 0 | 62 | 60 | 0 | 166 | 64 | 33 |
| Octal | 377 | 4 | 13 | 0 | 142 | 140 | 0 | 546 | 144 | 63 |
| Binary | 11111111 | 100 | 1011 | 0 | 1100010 | 1100000 | 0 | 101100110 | 1100100 | 110011 |
Color Harmonies of #FF040B
Complementary color
Monochromatic Colors of #FF040B
Black with #FF040B
Text Example
Text Example
White with #FF040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF040B; }
p { color: rgb(255,4,11); }
H1.HeaderClassName
{
color: #FF040B;
}
.AnyTagClassName
{
color: #FF040B;
}
</style>
background-color css
<style>
a { background-color: #FF040B; }
a { background-color: rgb(255,4,11); }
div.DivClassName
{
background-color: #FF040B;
}
.BgClassName
{
background-color: #FF040B;
}
</style>
border-color css
<style>
span { border-color: #FF040B; }
span { border-color: rgb(255,4,11); }
td.TdClassName
{
border-color: #FF040B;
}
.TagClassName
{
border-color: #FF040B;
}
</style>