Shades of Torch Red #FC0327
Tints of Torch Red #FC0327
RGB
CMYK
RGB Variations
Color information
#FC0327 (or 0xFC0327) is known color: Torch Red. HEX triplet: FC, 03 and 27. RGB value is (252,3,39). Sum of RGB (Red+Green+Blue) = 252+3+39=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0327 is #03FCD8. Grayscale: #515151. Windows color (decimal): -261337 or 2556924. OLE color: 2556924.
HSL color Cylindrical-coordinate representation of color #FC0327: hue angle of 351.33º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0327 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.01 |
| HSL | 351.33º | 0.98% | 0.5% | - |
| HSV(B) | 351.33º | 0.99% | 0.99% | - |
| XYZ | 40.54 | 20.91 | 3.82 | - |
| YUV | 81.56 | 103.99 | 249.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 39 | 0 | 0.99 | 0.85 | 0.01 | 351.33 | 0.98 | 0.5 |
| Hex | FC | 3 | 27 | 0 | 63 | 55 | 1 | 15F | 62 | 32 |
| Octal | 374 | 3 | 47 | 0 | 143 | 125 | 1 | 537 | 142 | 62 |
| Binary | 11111100 | 11 | 100111 | 0 | 1100011 | 1010101 | 1 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FC0327
Complementary color
Monochromatic Colors of #FC0327
Black with #FC0327
Text Example
Text Example
White with #FC0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0327; }
p { color: rgb(252,3,39); }
H1.HeaderClassName
{
color: #FC0327;
}
.AnyTagClassName
{
color: #FC0327;
}
</style>
background-color css
<style>
a { background-color: #FC0327; }
a { background-color: rgb(252,3,39); }
div.DivClassName
{
background-color: #FC0327;
}
.BgClassName
{
background-color: #FC0327;
}
</style>
border-color css
<style>
span { border-color: #FC0327; }
span { border-color: rgb(252,3,39); }
td.TdClassName
{
border-color: #FC0327;
}
.TagClassName
{
border-color: #FC0327;
}
</style>