Shades of Torch Red #FF043F
Tints of Torch Red #FF043F
RGB
CMYK
RGB Variations
Color information
#FF043F (or 0xFF043F) is known color: Torch Red. HEX triplet: FF, 04 and 3F. RGB value is (255,4,63). Sum of RGB (Red+Green+Blue) = 255+4+63=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF043F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF043F is #00FBC0. Grayscale: #555555. Windows color (decimal): -64449 or 4130047. OLE color: 4130047.
HSL color Cylindrical-coordinate representation of color #FF043F: hue angle of 345.9º 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 #FF043F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.75 | 0 |
| HSL | 345.9º | 1% | 0.51% | - |
| HSV(B) | 345.9º | 0.98% | 1% | - |
| XYZ | 42.18 | 21.71 | 6.67 | - |
| YUV | 85.78 | 115.16 | 248.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 63 | 0 | 0.98 | 0.75 | 0 | 345.9 | 1 | 0.51 |
| Hex | FF | 4 | 3F | 0 | 62 | 4B | 0 | 15A | 64 | 33 |
| Octal | 377 | 4 | 77 | 0 | 142 | 113 | 0 | 532 | 144 | 63 |
| Binary | 11111111 | 100 | 111111 | 0 | 1100010 | 1001011 | 0 | 101011010 | 1100100 | 110011 |
Color Harmonies of #FF043F
Complementary color
Monochromatic Colors of #FF043F
Black with #FF043F
Text Example
Text Example
White with #FF043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF043F; }
p { color: rgb(255,4,63); }
H1.HeaderClassName
{
color: #FF043F;
}
.AnyTagClassName
{
color: #FF043F;
}
</style>
background-color css
<style>
a { background-color: #FF043F; }
a { background-color: rgb(255,4,63); }
div.DivClassName
{
background-color: #FF043F;
}
.BgClassName
{
background-color: #FF043F;
}
</style>
border-color css
<style>
span { border-color: #FF043F; }
span { border-color: rgb(255,4,63); }
td.TdClassName
{
border-color: #FF043F;
}
.TagClassName
{
border-color: #FF043F;
}
</style>