Shades of Torch Red #FD034E
Tints of Torch Red #FD034E
RGB
CMYK
RGB Variations
Color information
#FD034E (or 0xFD034E) is known color: Torch Red. HEX triplet: FD, 03 and 4E. RGB value is (253,3,78). Sum of RGB (Red+Green+Blue) = 253+3+78=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD034E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD034E is #02FCB1. Grayscale: #565656. Windows color (decimal): -195762 or 5112829. OLE color: 5112829.
HSL color Cylindrical-coordinate representation of color #FD034E: hue angle of 342º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD034E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.01 |
| HSL | 342º | 0.98% | 0.5% | - |
| HSV(B) | 342º | 0.99% | 0.99% | - |
| XYZ | 41.92 | 21.5 | 9.15 | - |
| YUV | 86.3 | 123.33 | 246.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 78 | 0 | 0.99 | 0.69 | 0.01 | 342 | 0.98 | 0.5 |
| Hex | FD | 3 | 4E | 0 | 63 | 45 | 1 | 156 | 62 | 32 |
| Octal | 375 | 3 | 116 | 0 | 143 | 105 | 1 | 526 | 142 | 62 |
| Binary | 11111101 | 11 | 1001110 | 0 | 1100011 | 1000101 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FD034E
Complementary color
Monochromatic Colors of #FD034E
Black with #FD034E
Text Example
Text Example
White with #FD034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD034E; }
p { color: rgb(253,3,78); }
H1.HeaderClassName
{
color: #FD034E;
}
.AnyTagClassName
{
color: #FD034E;
}
</style>
background-color css
<style>
a { background-color: #FD034E; }
a { background-color: rgb(253,3,78); }
div.DivClassName
{
background-color: #FD034E;
}
.BgClassName
{
background-color: #FD034E;
}
</style>
border-color css
<style>
span { border-color: #FD034E; }
span { border-color: rgb(253,3,78); }
td.TdClassName
{
border-color: #FD034E;
}
.TagClassName
{
border-color: #FD034E;
}
</style>