Shades of Torch Red #FD1A43
Tints of Torch Red #FD1A43
RGB
CMYK
RGB Variations
Color information
#FD1A43 (or 0xFD1A43) is known color: Torch Red. HEX triplet: FD, 1A and 43. RGB value is (253,26,67). Sum of RGB (Red+Green+Blue) = 253+26+67=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1A43 is #02E5BC. Grayscale: #626262. Windows color (decimal): -189885 or 4397821. OLE color: 4397821.
HSL color Cylindrical-coordinate representation of color #FD1A43: hue angle of 349.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1A43 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 67 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.01 |
| HSL | 349.16º | 0.98% | 0.55% | - |
| HSV(B) | 349.16º | 0.9% | 0.99% | - |
| XYZ | 41.89 | 22.03 | 7.35 | - |
| YUV | 98.55 | 110.21 | 238.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 67 | 0 | 0.90 | 0.74 | 0.01 | 349.16 | 0.98 | 0.55 |
| Hex | FD | 1A | 43 | 0 | 5A | 4A | 1 | 15D | 62 | 37 |
| Octal | 375 | 32 | 103 | 0 | 132 | 112 | 1 | 535 | 142 | 67 |
| Binary | 11111101 | 11010 | 1000011 | 0 | 1011010 | 1001010 | 1 | 101011101 | 1100010 | 110111 |
Color Harmonies of #FD1A43
Complementary color
Monochromatic Colors of #FD1A43
Black with #FD1A43
Text Example
Text Example
White with #FD1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1A43; }
p { color: rgb(253,26,67); }
H1.HeaderClassName
{
color: #FD1A43;
}
.AnyTagClassName
{
color: #FD1A43;
}
</style>
background-color css
<style>
a { background-color: #FD1A43; }
a { background-color: rgb(253,26,67); }
div.DivClassName
{
background-color: #FD1A43;
}
.BgClassName
{
background-color: #FD1A43;
}
</style>
border-color css
<style>
span { border-color: #FD1A43; }
span { border-color: rgb(253,26,67); }
td.TdClassName
{
border-color: #FD1A43;
}
.TagClassName
{
border-color: #FD1A43;
}
</style>