Shades of Torch Red #FF043C
Tints of Torch Red #FF043C
RGB
CMYK
RGB Variations
Color information
#FF043C (or 0xFF043C) is known color: Torch Red. HEX triplet: FF, 04 and 3C. RGB value is (255,4,60). Sum of RGB (Red+Green+Blue) = 255+4+60=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF043C is #00FBC3. Grayscale: #555555. Windows color (decimal): -64452 or 3933439. OLE color: 3933439.
HSL color Cylindrical-coordinate representation of color #FF043C: hue angle of 346.61º 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 #FF043C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.76 | 0 |
| HSL | 346.61º | 1% | 0.51% | - |
| HSV(B) | 346.61º | 0.98% | 1% | - |
| XYZ | 42.1 | 21.67 | 6.24 | - |
| YUV | 85.43 | 113.66 | 248.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 60 | 0 | 0.98 | 0.76 | 0 | 346.61 | 1 | 0.51 |
| Hex | FF | 4 | 3C | 0 | 62 | 4C | 0 | 15B | 64 | 33 |
| Octal | 377 | 4 | 74 | 0 | 142 | 114 | 0 | 533 | 144 | 63 |
| Binary | 11111111 | 100 | 111100 | 0 | 1100010 | 1001100 | 0 | 101011011 | 1100100 | 110011 |
Color Harmonies of #FF043C
Complementary color
Monochromatic Colors of #FF043C
Black with #FF043C
Text Example
Text Example
White with #FF043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF043C; }
p { color: rgb(255,4,60); }
H1.HeaderClassName
{
color: #FF043C;
}
.AnyTagClassName
{
color: #FF043C;
}
</style>
background-color css
<style>
a { background-color: #FF043C; }
a { background-color: rgb(255,4,60); }
div.DivClassName
{
background-color: #FF043C;
}
.BgClassName
{
background-color: #FF043C;
}
</style>
border-color css
<style>
span { border-color: #FF043C; }
span { border-color: rgb(255,4,60); }
td.TdClassName
{
border-color: #FF043C;
}
.TagClassName
{
border-color: #FF043C;
}
</style>