Shades of Torch Red #FF043B
Tints of Torch Red #FF043B
RGB
CMYK
RGB Variations
Color information
#FF043B (or 0xFF043B) is known color: Torch Red. HEX triplet: FF, 04 and 3B. RGB value is (255,4,59). Sum of RGB (Red+Green+Blue) = 255+4+59=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF043B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF043B is #00FBC4. Grayscale: #555555. Windows color (decimal): -64453 or 3867903. OLE color: 3867903.
HSL color Cylindrical-coordinate representation of color #FF043B: hue angle of 346.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 #FF043B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.77 | 0 |
| HSL | 346.85º | 1% | 0.51% | - |
| HSV(B) | 346.85º | 0.98% | 1% | - |
| XYZ | 42.07 | 21.66 | 6.1 | - |
| YUV | 85.32 | 113.16 | 249.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 59 | 0 | 0.98 | 0.77 | 0 | 346.85 | 1 | 0.51 |
| Hex | FF | 4 | 3B | 0 | 62 | 4D | 0 | 15B | 64 | 33 |
| Octal | 377 | 4 | 73 | 0 | 142 | 115 | 0 | 533 | 144 | 63 |
| Binary | 11111111 | 100 | 111011 | 0 | 1100010 | 1001101 | 0 | 101011011 | 1100100 | 110011 |
Color Harmonies of #FF043B
Complementary color
Monochromatic Colors of #FF043B
Black with #FF043B
Text Example
Text Example
White with #FF043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF043B; }
p { color: rgb(255,4,59); }
H1.HeaderClassName
{
color: #FF043B;
}
.AnyTagClassName
{
color: #FF043B;
}
</style>
background-color css
<style>
a { background-color: #FF043B; }
a { background-color: rgb(255,4,59); }
div.DivClassName
{
background-color: #FF043B;
}
.BgClassName
{
background-color: #FF043B;
}
</style>
border-color css
<style>
span { border-color: #FF043B; }
span { border-color: rgb(255,4,59); }
td.TdClassName
{
border-color: #FF043B;
}
.TagClassName
{
border-color: #FF043B;
}
</style>