Shades of Torch Red #FD042A
Tints of Torch Red #FD042A
RGB
CMYK
RGB Variations
Color information
#FD042A (or 0xFD042A) is known color: Torch Red. HEX triplet: FD, 04 and 2A. RGB value is (253,4,42). Sum of RGB (Red+Green+Blue) = 253+4+42=299 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.62% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 253 - color contains mainly: red. Hex color #FD042A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD042A is #02FBD5. Grayscale: #525252. Windows color (decimal): -195542 or 2753789. OLE color: 2753789.
HSL color Cylindrical-coordinate representation of color #FD042A: hue angle of 350.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD042A is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.01 |
| HSL | 350.84º | 0.98% | 0.5% | - |
| HSV(B) | 350.84º | 0.98% | 0.99% | - |
| XYZ | 40.97 | 21.14 | 4.11 | - |
| YUV | 82.78 | 104.99 | 249.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 42 | 0 | 0.98 | 0.83 | 0.01 | 350.84 | 0.98 | 0.5 |
| Hex | FD | 4 | 2A | 0 | 62 | 53 | 1 | 15F | 62 | 32 |
| Octal | 375 | 4 | 52 | 0 | 142 | 123 | 1 | 537 | 142 | 62 |
| Binary | 11111101 | 100 | 101010 | 0 | 1100010 | 1010011 | 1 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FD042A
Complementary color
Monochromatic Colors of #FD042A
Black with #FD042A
Text Example
Text Example
White with #FD042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD042A; }
p { color: rgb(253,4,42); }
H1.HeaderClassName
{
color: #FD042A;
}
.AnyTagClassName
{
color: #FD042A;
}
</style>
background-color css
<style>
a { background-color: #FD042A; }
a { background-color: rgb(253,4,42); }
div.DivClassName
{
background-color: #FD042A;
}
.BgClassName
{
background-color: #FD042A;
}
</style>
border-color css
<style>
span { border-color: #FD042A; }
span { border-color: rgb(253,4,42); }
td.TdClassName
{
border-color: #FD042A;
}
.TagClassName
{
border-color: #FD042A;
}
</style>