Shades of Torch Red #FC183F
Tints of Torch Red #FC183F
RGB
CMYK
RGB Variations
Color information
#FC183F (or 0xFC183F) is known color: Torch Red. HEX triplet: FC, 18 and 3F. RGB value is (252,24,63). Sum of RGB (Red+Green+Blue) = 252+24+63=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC183F is #03E7C0. Grayscale: #606060. Windows color (decimal): -255937 or 4135164. OLE color: 4135164.
HSL color Cylindrical-coordinate representation of color #FC183F: hue angle of 349.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC183F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 63 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.01 |
| HSL | 349.74º | 0.97% | 0.54% | - |
| HSV(B) | 349.74º | 0.9% | 0.99% | - |
| XYZ | 41.37 | 21.71 | 6.71 | - |
| YUV | 96.62 | 109.04 | 238.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 63 | 0 | 0.90 | 0.75 | 0.01 | 349.74 | 0.97 | 0.54 |
| Hex | FC | 18 | 3F | 0 | 5A | 4B | 1 | 15E | 61 | 36 |
| Octal | 374 | 30 | 77 | 0 | 132 | 113 | 1 | 536 | 141 | 66 |
| Binary | 11111100 | 11000 | 111111 | 0 | 1011010 | 1001011 | 1 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FC183F
Complementary color
Monochromatic Colors of #FC183F
Black with #FC183F
Text Example
Text Example
White with #FC183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC183F; }
p { color: rgb(252,24,63); }
H1.HeaderClassName
{
color: #FC183F;
}
.AnyTagClassName
{
color: #FC183F;
}
</style>
background-color css
<style>
a { background-color: #FC183F; }
a { background-color: rgb(252,24,63); }
div.DivClassName
{
background-color: #FC183F;
}
.BgClassName
{
background-color: #FC183F;
}
</style>
border-color css
<style>
span { border-color: #FC183F; }
span { border-color: rgb(252,24,63); }
td.TdClassName
{
border-color: #FC183F;
}
.TagClassName
{
border-color: #FC183F;
}
</style>