Shades of Torch Red #FC1223
Tints of Torch Red #FC1223
RGB
CMYK
RGB Variations
Color information
#FC1223 (or 0xFC1223) is known color: Torch Red. HEX triplet: FC, 12 and 23. RGB value is (252,18,35). Sum of RGB (Red+Green+Blue) = 252+18+35=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1223 is #03EDDC. Grayscale: #5A5A5A. Windows color (decimal): -257501 or 2298620. OLE color: 2298620.
HSL color Cylindrical-coordinate representation of color #FC1223: hue angle of 355.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1223 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 35 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.01 |
| HSL | 355.64º | 0.98% | 0.53% | - |
| HSV(B) | 355.64º | 0.93% | 0.99% | - |
| XYZ | 40.66 | 21.25 | 3.55 | - |
| YUV | 89.9 | 97.02 | 243.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 35 | 0 | 0.93 | 0.86 | 0.01 | 355.64 | 0.98 | 0.53 |
| Hex | FC | 12 | 23 | 0 | 5D | 56 | 1 | 164 | 62 | 35 |
| Octal | 374 | 22 | 43 | 0 | 135 | 126 | 1 | 544 | 142 | 65 |
| Binary | 11111100 | 10010 | 100011 | 0 | 1011101 | 1010110 | 1 | 101100100 | 1100010 | 110101 |
Color Harmonies of #FC1223
Complementary color
Monochromatic Colors of #FC1223
Black with #FC1223
Text Example
Text Example
White with #FC1223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1223; }
p { color: rgb(252,18,35); }
H1.HeaderClassName
{
color: #FC1223;
}
.AnyTagClassName
{
color: #FC1223;
}
</style>
background-color css
<style>
a { background-color: #FC1223; }
a { background-color: rgb(252,18,35); }
div.DivClassName
{
background-color: #FC1223;
}
.BgClassName
{
background-color: #FC1223;
}
</style>
border-color css
<style>
span { border-color: #FC1223; }
span { border-color: rgb(252,18,35); }
td.TdClassName
{
border-color: #FC1223;
}
.TagClassName
{
border-color: #FC1223;
}
</style>