Shades of Torch Red #FC1A43
Tints of Torch Red #FC1A43
RGB
CMYK
RGB Variations
Color information
#FC1A43 (or 0xFC1A43) is known color: Torch Red. HEX triplet: FC, 1A and 43. RGB value is (252,26,67). Sum of RGB (Red+Green+Blue) = 252+26+67=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A43 is #03E5BC. Grayscale: #626262. Windows color (decimal): -255421 or 4397820. OLE color: 4397820.
HSL color Cylindrical-coordinate representation of color #FC1A43: hue angle of 349.12º degrees, saturation: 0.97, 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 #FC1A43 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 67 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.01 |
| HSL | 349.12º | 0.97% | 0.55% | - |
| HSV(B) | 349.12º | 0.9% | 0.99% | - |
| XYZ | 41.53 | 21.84 | 7.34 | - |
| YUV | 98.25 | 110.37 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 67 | 0 | 0.90 | 0.73 | 0.01 | 349.12 | 0.97 | 0.55 |
| Hex | FC | 1A | 43 | 0 | 5A | 49 | 1 | 15D | 61 | 37 |
| Octal | 374 | 32 | 103 | 0 | 132 | 111 | 1 | 535 | 141 | 67 |
| Binary | 11111100 | 11010 | 1000011 | 0 | 1011010 | 1001001 | 1 | 101011101 | 1100001 | 110111 |
Color Harmonies of #FC1A43
Complementary color
Monochromatic Colors of #FC1A43
Black with #FC1A43
Text Example
Text Example
White with #FC1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A43; }
p { color: rgb(252,26,67); }
H1.HeaderClassName
{
color: #FC1A43;
}
.AnyTagClassName
{
color: #FC1A43;
}
</style>
background-color css
<style>
a { background-color: #FC1A43; }
a { background-color: rgb(252,26,67); }
div.DivClassName
{
background-color: #FC1A43;
}
.BgClassName
{
background-color: #FC1A43;
}
</style>
border-color css
<style>
span { border-color: #FC1A43; }
span { border-color: rgb(252,26,67); }
td.TdClassName
{
border-color: #FC1A43;
}
.TagClassName
{
border-color: #FC1A43;
}
</style>