Shades of Torch Red #FF0446
Tints of Torch Red #FF0446
RGB
CMYK
RGB Variations
Color information
#FF0446 (or 0xFF0446) is known color: Torch Red. HEX triplet: FF, 04 and 46. RGB value is (255,4,70). Sum of RGB (Red+Green+Blue) = 255+4+70=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0446 is #00FBB9. Grayscale: #565656. Windows color (decimal): -64442 or 4588799. OLE color: 4588799.
HSL color Cylindrical-coordinate representation of color #FF0446: hue angle of 344.22º 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 #FF0446 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.73 | 0 |
| HSL | 344.22º | 1% | 0.51% | - |
| HSV(B) | 344.22º | 0.98% | 1% | - |
| XYZ | 42.39 | 21.79 | 7.77 | - |
| YUV | 86.57 | 118.66 | 248.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 70 | 0 | 0.98 | 0.73 | 0 | 344.22 | 1 | 0.51 |
| Hex | FF | 4 | 46 | 0 | 62 | 49 | 0 | 158 | 64 | 33 |
| Octal | 377 | 4 | 106 | 0 | 142 | 111 | 0 | 530 | 144 | 63 |
| Binary | 11111111 | 100 | 1000110 | 0 | 1100010 | 1001001 | 0 | 101011000 | 1100100 | 110011 |
Color Harmonies of #FF0446
Complementary color
Monochromatic Colors of #FF0446
Black with #FF0446
Text Example
Text Example
White with #FF0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0446; }
p { color: rgb(255,4,70); }
H1.HeaderClassName
{
color: #FF0446;
}
.AnyTagClassName
{
color: #FF0446;
}
</style>
background-color css
<style>
a { background-color: #FF0446; }
a { background-color: rgb(255,4,70); }
div.DivClassName
{
background-color: #FF0446;
}
.BgClassName
{
background-color: #FF0446;
}
</style>
border-color css
<style>
span { border-color: #FF0446; }
span { border-color: rgb(255,4,70); }
td.TdClassName
{
border-color: #FF0446;
}
.TagClassName
{
border-color: #FF0446;
}
</style>