Shades of Torch Red #FF0432
Tints of Torch Red #FF0432
RGB
CMYK
RGB Variations
Color information
#FF0432 (or 0xFF0432) is known color: Torch Red. HEX triplet: FF, 04 and 32. RGB value is (255,4,50). Sum of RGB (Red+Green+Blue) = 255+4+50=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0432 is #00FBCD. Grayscale: #545454. Windows color (decimal): -64462 or 3278079. OLE color: 3278079.
HSL color Cylindrical-coordinate representation of color #FF0432: hue angle of 349º 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 #FF0432 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.80 | 0 |
| HSL | 349º | 1% | 0.51% | - |
| HSV(B) | 349º | 0.98% | 1% | - |
| XYZ | 41.86 | 21.58 | 4.98 | - |
| YUV | 84.29 | 108.66 | 249.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 50 | 0 | 0.98 | 0.80 | 0 | 349 | 1 | 0.51 |
| Hex | FF | 4 | 32 | 0 | 62 | 50 | 0 | 15D | 64 | 33 |
| Octal | 377 | 4 | 62 | 0 | 142 | 120 | 0 | 535 | 144 | 63 |
| Binary | 11111111 | 100 | 110010 | 0 | 1100010 | 1010000 | 0 | 101011101 | 1100100 | 110011 |
Color Harmonies of #FF0432
Complementary color
Monochromatic Colors of #FF0432
Black with #FF0432
Text Example
Text Example
White with #FF0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0432; }
p { color: rgb(255,4,50); }
H1.HeaderClassName
{
color: #FF0432;
}
.AnyTagClassName
{
color: #FF0432;
}
</style>
background-color css
<style>
a { background-color: #FF0432; }
a { background-color: rgb(255,4,50); }
div.DivClassName
{
background-color: #FF0432;
}
.BgClassName
{
background-color: #FF0432;
}
</style>
border-color css
<style>
span { border-color: #FF0432; }
span { border-color: rgb(255,4,50); }
td.TdClassName
{
border-color: #FF0432;
}
.TagClassName
{
border-color: #FF0432;
}
</style>