Shades of Torch Red #FD002C
Tints of Torch Red #FD002C
RGB
CMYK
RGB Variations
Color information
#FD002C (or 0xFD002C) is known color: Torch Red. HEX triplet: FD, 00 and 2C. RGB value is (253,0,44). Sum of RGB (Red+Green+Blue) = 253+0+44=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD002C is #02FFD3. Grayscale: #505050. Windows color (decimal): -196564 or 2883837. OLE color: 2883837.
HSL color Cylindrical-coordinate representation of color #FD002C: hue angle of 349.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD002C is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.83 | 0.01 |
| HSL | 349.57º | 1% | 0.5% | - |
| HSV(B) | 349.57º | 1% | 0.99% | - |
| XYZ | 40.96 | 21.06 | 4.29 | - |
| YUV | 80.66 | 107.32 | 250.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 44 | 0 | 1 | 0.83 | 0.01 | 349.57 | 1 | 0.5 |
| Hex | FD | 0 | 2C | 0 | 64 | 53 | 1 | 15E | 64 | 32 |
| Octal | 375 | 0 | 54 | 0 | 144 | 123 | 1 | 536 | 144 | 62 |
| Binary | 11111101 | 0 | 101100 | 0 | 1100100 | 1010011 | 1 | 101011110 | 1100100 | 110010 |
Color Harmonies of #FD002C
Complementary color
Monochromatic Colors of #FD002C
Black with #FD002C
Text Example
Text Example
White with #FD002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD002C; }
p { color: rgb(253,0,44); }
H1.HeaderClassName
{
color: #FD002C;
}
.AnyTagClassName
{
color: #FD002C;
}
</style>
background-color css
<style>
a { background-color: #FD002C; }
a { background-color: rgb(253,0,44); }
div.DivClassName
{
background-color: #FD002C;
}
.BgClassName
{
background-color: #FD002C;
}
</style>
border-color css
<style>
span { border-color: #FD002C; }
span { border-color: rgb(253,0,44); }
td.TdClassName
{
border-color: #FD002C;
}
.TagClassName
{
border-color: #FD002C;
}
</style>