Shades of Torch Red #FF042D
Tints of Torch Red #FF042D
RGB
CMYK
RGB Variations
Color information
#FF042D (or 0xFF042D) is known color: Torch Red. HEX triplet: FF, 04 and 2D. RGB value is (255,4,45). Sum of RGB (Red+Green+Blue) = 255+4+45=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF042D is #00FBD2. Grayscale: #535353. Windows color (decimal): -64467 or 2950399. OLE color: 2950399.
HSL color Cylindrical-coordinate representation of color #FF042D: hue angle of 350.2º 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 #FF042D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.82 | 0 |
| HSL | 350.2º | 1% | 0.51% | - |
| HSV(B) | 350.2º | 0.98% | 1% | - |
| XYZ | 41.76 | 21.54 | 4.44 | - |
| YUV | 83.72 | 106.16 | 250.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 45 | 0 | 0.98 | 0.82 | 0 | 350.2 | 1 | 0.51 |
| Hex | FF | 4 | 2D | 0 | 62 | 52 | 0 | 15E | 64 | 33 |
| Octal | 377 | 4 | 55 | 0 | 142 | 122 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 100 | 101101 | 0 | 1100010 | 1010010 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF042D
Complementary color
Monochromatic Colors of #FF042D
Black with #FF042D
Text Example
Text Example
White with #FF042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF042D; }
p { color: rgb(255,4,45); }
H1.HeaderClassName
{
color: #FF042D;
}
.AnyTagClassName
{
color: #FF042D;
}
</style>
background-color css
<style>
a { background-color: #FF042D; }
a { background-color: rgb(255,4,45); }
div.DivClassName
{
background-color: #FF042D;
}
.BgClassName
{
background-color: #FF042D;
}
</style>
border-color css
<style>
span { border-color: #FF042D; }
span { border-color: rgb(255,4,45); }
td.TdClassName
{
border-color: #FF042D;
}
.TagClassName
{
border-color: #FF042D;
}
</style>