Shades of Torch Red #FF040D
Tints of Torch Red #FF040D
RGB
CMYK
RGB Variations
Color information
#FF040D (or 0xFF040D) is known color: Torch Red. HEX triplet: FF, 04 and 0D. RGB value is (255,4,13). Sum of RGB (Red+Green+Blue) = 255+4+13=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF040D is #00FBF2. Grayscale: #505050. Windows color (decimal): -64499 or 853247. OLE color: 853247.
HSL color Cylindrical-coordinate representation of color #FF040D: hue angle of 357.85º 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 #FF040D is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.95 | 0 |
| HSL | 357.85º | 1% | 0.51% | - |
| HSV(B) | 357.85º | 0.98% | 1% | - |
| XYZ | 41.36 | 21.38 | 2.33 | - |
| YUV | 80.08 | 90.16 | 252.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 13 | 0 | 0.98 | 0.95 | 0 | 357.85 | 1 | 0.51 |
| Hex | FF | 4 | D | 0 | 62 | 5F | 0 | 166 | 64 | 33 |
| Octal | 377 | 4 | 15 | 0 | 142 | 137 | 0 | 546 | 144 | 63 |
| Binary | 11111111 | 100 | 1101 | 0 | 1100010 | 1011111 | 0 | 101100110 | 1100100 | 110011 |
Color Harmonies of #FF040D
Complementary color
Monochromatic Colors of #FF040D
Black with #FF040D
Text Example
Text Example
White with #FF040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF040D; }
p { color: rgb(255,4,13); }
H1.HeaderClassName
{
color: #FF040D;
}
.AnyTagClassName
{
color: #FF040D;
}
</style>
background-color css
<style>
a { background-color: #FF040D; }
a { background-color: rgb(255,4,13); }
div.DivClassName
{
background-color: #FF040D;
}
.BgClassName
{
background-color: #FF040D;
}
</style>
border-color css
<style>
span { border-color: #FF040D; }
span { border-color: rgb(255,4,13); }
td.TdClassName
{
border-color: #FF040D;
}
.TagClassName
{
border-color: #FF040D;
}
</style>