Shades of Torch Red #FD002A
Tints of Torch Red #FD002A
RGB
CMYK
RGB Variations
Color information
#FD002A (or 0xFD002A) is known color: Torch Red. HEX triplet: FD, 00 and 2A. RGB value is (253,0,42). Sum of RGB (Red+Green+Blue) = 253+0+42=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD002A is #02FFD5. Grayscale: #505050. Windows color (decimal): -196566 or 2752765. OLE color: 2752765.
HSL color Cylindrical-coordinate representation of color #FD002A: hue angle of 350.04º 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 #FD002A is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.83 | 0.01 |
| HSL | 350.04º | 1% | 0.5% | - |
| HSV(B) | 350.04º | 1% | 0.99% | - |
| XYZ | 40.93 | 21.05 | 4.1 | - |
| YUV | 80.44 | 106.32 | 251.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 42 | 0 | 1 | 0.83 | 0.01 | 350.04 | 1 | 0.5 |
| Hex | FD | 0 | 2A | 0 | 64 | 53 | 1 | 15E | 64 | 32 |
| Octal | 375 | 0 | 52 | 0 | 144 | 123 | 1 | 536 | 144 | 62 |
| Binary | 11111101 | 0 | 101010 | 0 | 1100100 | 1010011 | 1 | 101011110 | 1100100 | 110010 |
Color Harmonies of #FD002A
Complementary color
Monochromatic Colors of #FD002A
Black with #FD002A
Text Example
Text Example
White with #FD002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD002A; }
p { color: rgb(253,0,42); }
H1.HeaderClassName
{
color: #FD002A;
}
.AnyTagClassName
{
color: #FD002A;
}
</style>
background-color css
<style>
a { background-color: #FD002A; }
a { background-color: rgb(253,0,42); }
div.DivClassName
{
background-color: #FD002A;
}
.BgClassName
{
background-color: #FD002A;
}
</style>
border-color css
<style>
span { border-color: #FD002A; }
span { border-color: rgb(253,0,42); }
td.TdClassName
{
border-color: #FD002A;
}
.TagClassName
{
border-color: #FD002A;
}
</style>