Shades of Torch Red #FF042F
Tints of Torch Red #FF042F
RGB
CMYK
RGB Variations
Color information
#FF042F (or 0xFF042F) is known color: Torch Red. HEX triplet: FF, 04 and 2F. RGB value is (255,4,47). Sum of RGB (Red+Green+Blue) = 255+4+47=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF042F is #00FBD0. Grayscale: #545454. Windows color (decimal): -64465 or 3081471. OLE color: 3081471.
HSL color Cylindrical-coordinate representation of color #FF042F: hue angle of 349.72º 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 #FF042F is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 47 | - |
| CMYK | 0 | 0.98 | 0.82 | 0 |
| HSL | 349.72º | 1% | 0.51% | - |
| HSV(B) | 349.72º | 0.98% | 1% | - |
| XYZ | 41.8 | 21.55 | 4.65 | - |
| YUV | 83.95 | 107.16 | 250 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 47 | 0 | 0.98 | 0.82 | 0 | 349.72 | 1 | 0.51 |
| Hex | FF | 4 | 2F | 0 | 62 | 52 | 0 | 15E | 64 | 33 |
| Octal | 377 | 4 | 57 | 0 | 142 | 122 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 100 | 101111 | 0 | 1100010 | 1010010 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF042F
Complementary color
Monochromatic Colors of #FF042F
Black with #FF042F
Text Example
Text Example
White with #FF042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF042F; }
p { color: rgb(255,4,47); }
H1.HeaderClassName
{
color: #FF042F;
}
.AnyTagClassName
{
color: #FF042F;
}
</style>
background-color css
<style>
a { background-color: #FF042F; }
a { background-color: rgb(255,4,47); }
div.DivClassName
{
background-color: #FF042F;
}
.BgClassName
{
background-color: #FF042F;
}
</style>
border-color css
<style>
span { border-color: #FF042F; }
span { border-color: rgb(255,4,47); }
td.TdClassName
{
border-color: #FF042F;
}
.TagClassName
{
border-color: #FF042F;
}
</style>