Shades of Torch Red #FC2443
Tints of Torch Red #FC2443
RGB
CMYK
RGB Variations
Color information
#FC2443 (or 0xFC2443) is known color: Torch Red. HEX triplet: FC, 24 and 43. RGB value is (252,36,67). Sum of RGB (Red+Green+Blue) = 252+36+67=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2443 is #03DBBC. Grayscale: #686868. Windows color (decimal): -252861 or 4400380. OLE color: 4400380.
HSL color Cylindrical-coordinate representation of color #FC2443: hue angle of 351.39º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2443 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 67 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.01 |
| HSL | 351.39º | 0.97% | 0.56% | - |
| HSV(B) | 351.39º | 0.86% | 0.99% | - |
| XYZ | 41.79 | 22.36 | 7.42 | - |
| YUV | 104.12 | 107.06 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 67 | 0 | 0.86 | 0.73 | 0.01 | 351.39 | 0.97 | 0.56 |
| Hex | FC | 24 | 43 | 0 | 56 | 49 | 1 | 15F | 61 | 38 |
| Octal | 374 | 44 | 103 | 0 | 126 | 111 | 1 | 537 | 141 | 70 |
| Binary | 11111100 | 100100 | 1000011 | 0 | 1010110 | 1001001 | 1 | 101011111 | 1100001 | 111000 |
Color Harmonies of #FC2443
Complementary color
Monochromatic Colors of #FC2443
Black with #FC2443
Text Example
Text Example
White with #FC2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2443; }
p { color: rgb(252,36,67); }
H1.HeaderClassName
{
color: #FC2443;
}
.AnyTagClassName
{
color: #FC2443;
}
</style>
background-color css
<style>
a { background-color: #FC2443; }
a { background-color: rgb(252,36,67); }
div.DivClassName
{
background-color: #FC2443;
}
.BgClassName
{
background-color: #FC2443;
}
</style>
border-color css
<style>
span { border-color: #FC2443; }
span { border-color: rgb(252,36,67); }
td.TdClassName
{
border-color: #FC2443;
}
.TagClassName
{
border-color: #FC2443;
}
</style>