Shades of Torch Red #FD031D
Tints of Torch Red #FD031D
RGB
CMYK
RGB Variations
Color information
#FD031D (or 0xFD031D) is known color: Torch Red. HEX triplet: FD, 03 and 1D. RGB value is (253,3,29). Sum of RGB (Red+Green+Blue) = 253+3+29=285 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.77% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 253 - color contains mainly: red. Hex color #FD031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD031D is #02FCE2. Grayscale: #505050. Windows color (decimal): -195811 or 1901565. OLE color: 1901565.
HSL color Cylindrical-coordinate representation of color #FD031D: hue angle of 353.76º 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 #FD031D is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.01 |
| HSL | 353.76º | 0.98% | 0.5% | - |
| HSV(B) | 353.76º | 0.99% | 0.99% | - |
| XYZ | 40.76 | 21.04 | 3.07 | - |
| YUV | 80.71 | 98.83 | 250.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 29 | 0 | 0.99 | 0.89 | 0.01 | 353.76 | 0.98 | 0.5 |
| Hex | FD | 3 | 1D | 0 | 63 | 59 | 1 | 162 | 62 | 32 |
| Octal | 375 | 3 | 35 | 0 | 143 | 131 | 1 | 542 | 142 | 62 |
| Binary | 11111101 | 11 | 11101 | 0 | 1100011 | 1011001 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FD031D
Complementary color
Monochromatic Colors of #FD031D
Black with #FD031D
Text Example
Text Example
White with #FD031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD031D; }
p { color: rgb(253,3,29); }
H1.HeaderClassName
{
color: #FD031D;
}
.AnyTagClassName
{
color: #FD031D;
}
</style>
background-color css
<style>
a { background-color: #FD031D; }
a { background-color: rgb(253,3,29); }
div.DivClassName
{
background-color: #FD031D;
}
.BgClassName
{
background-color: #FD031D;
}
</style>
border-color css
<style>
span { border-color: #FD031D; }
span { border-color: rgb(253,3,29); }
td.TdClassName
{
border-color: #FD031D;
}
.TagClassName
{
border-color: #FD031D;
}
</style>