Shades of Torch Red #FD2034
Tints of Torch Red #FD2034
RGB
CMYK
RGB Variations
Color information
#FD2034 (or 0xFD2034) is known color: Torch Red. HEX triplet: FD, 20 and 34. RGB value is (253,32,52). Sum of RGB (Red+Green+Blue) = 253+32+52=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2034 is #02DFCB. Grayscale: #646464. Windows color (decimal): -188364 or 3416317. OLE color: 3416317.
HSL color Cylindrical-coordinate representation of color #FD2034: hue angle of 354.57º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2034 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 52 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.01 |
| HSL | 354.57º | 0.98% | 0.56% | - |
| HSV(B) | 354.57º | 0.87% | 0.99% | - |
| XYZ | 41.64 | 22.16 | 5.33 | - |
| YUV | 100.36 | 100.72 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 52 | 0 | 0.87 | 0.79 | 0.01 | 354.57 | 0.98 | 0.56 |
| Hex | FD | 20 | 34 | 0 | 57 | 4F | 1 | 163 | 62 | 38 |
| Octal | 375 | 40 | 64 | 0 | 127 | 117 | 1 | 543 | 142 | 70 |
| Binary | 11111101 | 100000 | 110100 | 0 | 1010111 | 1001111 | 1 | 101100011 | 1100010 | 111000 |
Color Harmonies of #FD2034
Complementary color
Monochromatic Colors of #FD2034
Black with #FD2034
Text Example
Text Example
White with #FD2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2034; }
p { color: rgb(253,32,52); }
H1.HeaderClassName
{
color: #FD2034;
}
.AnyTagClassName
{
color: #FD2034;
}
</style>
background-color css
<style>
a { background-color: #FD2034; }
a { background-color: rgb(253,32,52); }
div.DivClassName
{
background-color: #FD2034;
}
.BgClassName
{
background-color: #FD2034;
}
</style>
border-color css
<style>
span { border-color: #FD2034; }
span { border-color: rgb(253,32,52); }
td.TdClassName
{
border-color: #FD2034;
}
.TagClassName
{
border-color: #FD2034;
}
</style>