Shades of Torch Red #FD033D
Tints of Torch Red #FD033D
RGB
CMYK
RGB Variations
Color information
#FD033D (or 0xFD033D) is known color: Torch Red. HEX triplet: FD, 03 and 3D. RGB value is (253,3,61). Sum of RGB (Red+Green+Blue) = 253+3+61=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD033D is #02FCC2. Grayscale: #545454. Windows color (decimal): -195779 or 3998717. OLE color: 3998717.
HSL color Cylindrical-coordinate representation of color #FD033D: hue angle of 346.08º 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 #FD033D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.01 |
| HSL | 346.08º | 0.98% | 0.5% | - |
| HSV(B) | 346.08º | 0.99% | 0.99% | - |
| XYZ | 41.38 | 21.28 | 6.34 | - |
| YUV | 84.36 | 114.83 | 248.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 61 | 0 | 0.99 | 0.76 | 0.01 | 346.08 | 0.98 | 0.5 |
| Hex | FD | 3 | 3D | 0 | 63 | 4C | 1 | 15A | 62 | 32 |
| Octal | 375 | 3 | 75 | 0 | 143 | 114 | 1 | 532 | 142 | 62 |
| Binary | 11111101 | 11 | 111101 | 0 | 1100011 | 1001100 | 1 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FD033D
Complementary color
Monochromatic Colors of #FD033D
Black with #FD033D
Text Example
Text Example
White with #FD033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD033D; }
p { color: rgb(253,3,61); }
H1.HeaderClassName
{
color: #FD033D;
}
.AnyTagClassName
{
color: #FD033D;
}
</style>
background-color css
<style>
a { background-color: #FD033D; }
a { background-color: rgb(253,3,61); }
div.DivClassName
{
background-color: #FD033D;
}
.BgClassName
{
background-color: #FD033D;
}
</style>
border-color css
<style>
span { border-color: #FD033D; }
span { border-color: rgb(253,3,61); }
td.TdClassName
{
border-color: #FD033D;
}
.TagClassName
{
border-color: #FD033D;
}
</style>